org.apache.xml.dtm.ref
Class DTMDefaultBaseIterators.InternalAxisIteratorBase
- DTMDefaultBaseIterators
- Cloneable, DTMAxisIterator
public abstract class DTMDefaultBaseIterators.InternalAxisIteratorBase
Abstract superclass defining behaviors shared by all DTMDefault's
internal implementations of DTMAxisIterator. Subclass this (and
override, if necessary) to implement the specifics of an
individual axis iterator.
Currently there isn't a lot here
void | gotoMark() - Restores the current node remembered by setMark().
|
void | setMark() - Remembers the current node for the next call to gotoMark().
|
cloneIterator , getAxis , getLast , getNodeByPosition , getPosition , getStartNode , includeSelf , isDocOrdered , isReverse , reset , setRestartable |
gotoMark
public void gotoMark()
Restores the current node remembered by setMark().
%REVEIW% Should this restore _position too?
- gotoMark in interface DTMAxisIterator
setMark
public void setMark()
Remembers the current node for the next call to gotoMark().
%REVIEW% Should this save _position too?
- setMark in interface DTMAxisIterator
Copyright B) 2004 Apache XML Project. All Rights Reserved.