Package | Description |
---|---|
org.apache.xalan.xsltc | |
org.apache.xalan.xsltc.dom |
Modifier and Type | Method and Description |
---|---|
NodeIterator |
NodeIterator.cloneIterator()
Returns a deep copy of this iterator.
|
NodeIterator |
NodeIterator.reset()
Resets the iterator to the last start node.
|
NodeIterator |
NodeIterator.setStartNode(int node)
Set start to END should 'close' the iterator,
i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeIteratorBase |
Modifier and Type | Method and Description |
---|---|
NodeIterator |
NodeIteratorBase.cloneIterator()
Clones and resets this iterator.
|
NodeIterator |
NodeIteratorBase.includeSelf()
Setter for _includeSelf flag.
|
NodeIterator |
NodeIteratorBase.reset()
Reset this iterator using state from last call to
setStartNode().
|
protected NodeIterator |
NodeIteratorBase.resetPosition()
Reset the position in this iterator.
|
abstract NodeIterator |
NodeIteratorBase.setStartNode(int node)
Initialize iterator using a node.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.