public interface DTMAxisIterator extends Cloneable
| Modifier and Type | Field and Description |
|---|---|
static int |
END
Specifies the end of the iteration, and is the same as DTM.NULL.
|
| Modifier and Type | Method and Description |
|---|---|
DTMAxisIterator |
cloneIterator() |
boolean |
isReverse() |
int |
next()
Get the next node in the iteration.
|
void |
reset()
Resets the iterator to the last start node.
|
void |
setStartNode(int node)
Set start to END should 'close' the iterator, i.e. subsequent call to next() should return END.
|
static final int END
int next()
void reset()
void setStartNode(int node)
node - Sets the root of the iteration.boolean isReverse()
DTMAxisIterator cloneIterator()
Copyright © 2022–2025 HtmlUnit. All rights reserved.