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 |
void | gotoMark()
Restores the current node remembered by setMark().
|
void | setMark()
Remembers the current node for the next call to gotoMark().
|
public void gotoMark()
Restores the current node remembered by setMark().
%REVEIW% Should this restore _position too?
public void setMark()
Remembers the current node for the next call to gotoMark().
%REVIEW% Should this save _position too?
Copyright © 2005 Apache XML Project. All Rights Reserved.