|
Xindice API version 1.1b3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xindice.core.query.NodeListSet
NodeListSet is a simple NodeList wrapper
Field Summary | |
int |
idx
|
org.w3c.dom.NodeList |
list
|
Constructor Summary | |
NodeListSet(org.w3c.dom.NodeList list)
|
Method Summary | |
java.lang.Object |
getNextNode()
getNextNode returns the next Node from the NodeSet. |
boolean |
hasMoreNodes()
hasMoreNodes returns whether or not there are any Nodes remaining in the NodeSet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public org.w3c.dom.NodeList list
public int idx
Constructor Detail |
public NodeListSet(org.w3c.dom.NodeList list)
Method Detail |
public boolean hasMoreNodes()
NodeSet
hasMoreNodes
in interface NodeSet
org.apache.xindice.core.data.NodeSet
public java.lang.Object getNextNode()
NodeSet
getNextNode
in interface NodeSet
org.apache.xindice.core.data.NodeSet
|
Xindice API version 1.1b3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |