org.sakaiproject.search.component.service.impl
Class SearchListResponseImpl.StackElement

java.lang.Object
  extended by org.sakaiproject.search.component.service.impl.SearchListResponseImpl.StackElement
Enclosing class:
SearchListResponseImpl

public class SearchListResponseImpl.StackElement
extends Object


Constructor Summary
SearchListResponseImpl.StackElement(String uri, String localName, String name, Attributes atts)
           
 
Method Summary
 void append(char[] ch, int start, int length)
           
 Attributes getAttributes()
           
 String getContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchListResponseImpl.StackElement

public SearchListResponseImpl.StackElement(String uri,
                                           String localName,
                                           String name,
                                           Attributes atts)
Method Detail

getAttributes

public Attributes getAttributes()

getContent

public String getContent()

append

public void append(char[] ch,
                   int start,
                   int length)


Copyright © 2003-2012 Sakai Project. All Rights Reserved.