Package org.mozilla.javascript
Class Node.NodeIterator
java.lang.Object
org.mozilla.javascript.Node.NodeIterator
- Enclosing class:
Node
Iterates over the children of this Node. Supports child removal. Not thread-safe. If anyone
changes the child list before the iterator finishes, the results are undefined and probably
bad.
-
Field Details
-
cursor
-
prev
-
prev2
-
removed
private boolean removed
-
-
Constructor Details
-
NodeIterator
public NodeIterator()
-
-
Method Details