Class TreeIterator
java.lang.Object
de.pdark.decentxml.TreeIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetPath()booleanhasNext()protected voidnext()protected NodeWithChildrenpop()protected voidpush(NodeWithChildren node) voidremove()protected voidsetCursor(int i) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
path
-
stack
-
cursorStack
private int[] cursorStack
-
-
Constructor Details
-
TreeIterator
-
-
Method Details
-
getPath
-
push
-
pop
-
currentNode
-
setCursor
protected void setCursor(int i) -
incCursor
protected void incCursor() -
getCursor
protected int getCursor() -
hasNext
-
next
-
remove
-