|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An IXDA that can move over a set of context nodes with in document
IXDA.getIterator()
Method Summary | |
String |
getCurrentXPath()
return an xpath representation of the current context node |
boolean |
hasNext()
return true if there are more context nodes to move to |
boolean |
next()
move to next context node, returns true if successful, false if there are no more nodes |
Methods inherited from interface org.ten60.netkernel.xml.xda.IXDA |
append, appendPath, applyNS, delete, insertAfter, insertBefore, iterator, move, removeNS, rename, replace, replaceByText, setText |
Methods inherited from interface org.ten60.netkernel.xml.xda.IXDAReadOnly |
eval, getText, isTrue, readOnlyIterator, serialize, serialize |
Method Detail |
public boolean hasNext()
public boolean next()
public String getCurrentXPath()
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |