|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.memberwebs.ldapxml.LXResults
Represents a set of elements retrieved from an LDAP tree by the LXReader.
| Method Summary | |
void |
addElement(org.w3c.dom.Element el)
Add a single element to these results |
void |
addResults(LXResults results)
Add the results from another set to this one. |
org.w3c.dom.Document |
assembleDocument()
Puts together the result set into the result document. |
org.w3c.dom.Element[] |
getElements()
Get all the elements as an array |
int |
getLength()
Get the number of elements |
org.w3c.dom.Document |
getOwnerDocument()
Get the elements' owner document |
org.w3c.dom.Element |
getResult(int i)
Get a certain element in the results. |
org.w3c.dom.Element |
getRootElement()
Get the root document element defined in map |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public final int getLength()
public final org.w3c.dom.Element getResult(int i)
i - The index to the element.
public final org.w3c.dom.Element[] getElements()
public final org.w3c.dom.Document getOwnerDocument()
public final org.w3c.dom.Element getRootElement()
public final org.w3c.dom.Document assembleDocument()
public final void addResults(LXResults results)
results - The results to add.public final void addElement(org.w3c.dom.Element el)
el - The element to add
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||