|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface implemented by the XQL result returned after executing a query.
| Method Summary | |
Attribute |
getAttribute(int n)
Returns the n'th attribute. |
int |
getAttributeCount()
Returns the number of attributes. |
java.util.Iterator |
getAttributes()
Returns the node's attributes. |
ResultNode |
getChild(int n)
Returns the n'th child. |
java.util.Iterator |
getChildren()
Returns the node's children. |
int |
getChildrenCount()
Returns the number of children. |
java.lang.String |
getValue()
Returns the value of the node. |
| Method Detail |
public java.lang.String getValue()
public java.util.Iterator getAttributes()
public java.util.Iterator getChildren()
public int getChildrenCount()
public ResultNode getChild(int n)
public int getAttributeCount()
public Attribute getAttribute(int n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||