org.apache.xml.dtm.ref

Class DTMDefaultBaseIterators.InternalAxisIteratorBase

public abstract class DTMDefaultBaseIterators.InternalAxisIteratorBase extends DTMAxisIteratorBase

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
Method Summary
voidgotoMark()
Restores the current node remembered by setMark().
voidsetMark()
Remembers the current node for the next call to gotoMark().

Method Detail

gotoMark

public void gotoMark()
Restores the current node remembered by setMark(). %REVEIW% Should this restore _position too?

setMark

public void setMark()
Remembers the current node for the next call to gotoMark(). %REVIEW% Should this save _position too?
Copyright B) 2005 Apache XML Project. All Rights Reserved.