Method Summary |
|
protected NodePointer | createNodePointer(ConfigurationNode node) Creates the configuration node pointer for the current position. |
protected int | getMaxPosition() Returns the maximum position for this iterator. |
public NodePointer | getNodePointer() Returns the current node pointer. |
protected NodePointer | getParent() Returns the parent node pointer. |
public int | getPosition() Returns the position of the iteration. |
protected int | getStartOffset() Returns the start offset of the iteration. |
protected void | initSubNodeList(List nodes) Initializes the list of sub nodes for the iteration. |
protected int | positionToIndex(int pos) Returns the index in the data list for the given position. |
public boolean | setPosition(int pos) Sets the position of the iteration. |
protected void | setStartOffset(int startOffset) Sets the start offset of the iteration. |