|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.XMLData | +--org.jabber.jabberbeans.Extension.IQSearchResult
An IQSearchResult
holds a vector of SearchResult items,
representing individual records resulting from a search.
Field Summary | |
private java.util.Vector |
searchResults
Vector of SearchResult items |
Constructor Summary | |
IQSearchResult(java.util.Vector items)
Construct a new SearchResult based on a vector of SearchResult items |
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the
current packet data to the specified StringBuffer . |
java.util.Enumeration |
items()
Enumerate the SearchResults in this extension |
Methods inherited from class org.jabber.jabberbeans.XMLData |
appendAttrib,
appendAttrib,
appendChild,
appendChild,
escapeString,
toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Vector searchResults
Constructor Detail |
public IQSearchResult(java.util.Vector items)
items
- SearchResult VectorMethod Detail |
public java.util.Enumeration items()
public void appendItem(java.lang.StringBuffer retval)
appendItem
appends the XML representation of the
current packet data to the specified StringBuffer
.retval
- The StringBuffer
to append to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |