Package de.pdark.decentxml
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.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
public boolean hasNext() -
next
-
remove
public void remove()
-