| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xml.dtm.ref.DTMAxisIteratorBaseorg.apache.xml.dtm.ref.DTMDefaultBaseIterators.InternalAxisIteratorBaseorg.apache.xalan.xsltc.dom.SAXImpl.NamespaceWildcardIteratorpublic final class SAXImpl.NamespaceWildcardIteratorFields inherited from interface org.apache.xml.dtm.DTMAxisIterator | |
END | |
Constructor Summary | |
| |
Method Summary | |
DTMAxisIterator |
|
void |
|
boolean |
|
int |
|
void |
|
DTMAxisIterator |
|
Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBaseIterators.InternalAxisIteratorBase | |
gotoMark, setMark | |
Methods inherited from class org.apache.xml.dtm.ref.DTMAxisIteratorBase | |
cloneIterator, getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, reset, setRestartable | |
public NamespaceWildcardIterator(int axis,
int nsType)Constructor NamespaceWildcard
- Parameters:
axis- The axis that this iterator will traversensType- The namespace type index
public DTMAxisIterator cloneIterator()
Returns a deep copy of this iterator. The cloned iterator is not reset.
- Specified by:
- cloneIterator in interface DTMAxisIterator
- Overrides:
- cloneIterator in interface DTMAxisIteratorBase
- Returns:
- a deep copy of this iterator.
public void gotoMark()
- Specified by:
- gotoMark in interface DTMAxisIterator
- Overrides:
- gotoMark in interface DTMDefaultBaseIterators.InternalAxisIteratorBase
public boolean isReverse()
True if this iterator has a reversed axis.
- Specified by:
- isReverse in interface DTMAxisIterator
- Overrides:
- isReverse in interface DTMAxisIteratorBase
- Returns:
trueif this iterator is a reversed axis.
public int next()
Get the next node in the iteration.
- Specified by:
- next in interface DTMAxisIterator
- Returns:
- The next node handle in the iteration, or END.
public void setMark()
- Specified by:
- setMark in interface DTMAxisIterator
- Overrides:
- setMark in interface DTMDefaultBaseIterators.InternalAxisIteratorBase
public DTMAxisIterator setStartNode(int node)
Set start to END should 'close' the iterator, i.e. subsequent call to next() should return END.
- Specified by:
- setStartNode in interface DTMAxisIterator
- Parameters:
node- Sets the root of the iteration.
- Returns:
- A DTMAxisIterator set to the start of the iteration.