|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXDAIterator
An IXDA that can move over a set of context nodes with in document
IXDA.getIterator()| Method Summary | |
|---|---|
java.lang.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 sucessful, 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 |
|---|
boolean hasNext()
boolean next()
java.lang.String getCurrentXPath()
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||