org.apache.xalan.xsltc.dom

Class SimpleResultTreeImpl.SingletonIterator

Enclosing Class:
SimpleResultTreeImpl
Implemented Interfaces:
Cloneable, DTMAxisIterator

public final class SimpleResultTreeImpl.SingletonIterator
extends DTMAxisIteratorBase

The SingletonIterator is used for the self axis.

Fields inherited from interface org.apache.xml.dtm.DTMAxisIterator

END

Constructor Summary

SingletonIterator()
SingletonIterator(int type)

Method Summary

void
gotoMark()
int
next()
void
setMark()
DTMAxisIterator
setStartNode(int nodeHandle)

Methods inherited from class org.apache.xml.dtm.ref.DTMAxisIteratorBase

cloneIterator, getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, reset, setRestartable

Constructor Details

SingletonIterator

public SingletonIterator()

SingletonIterator

public SingletonIterator(int type)

Method Details

gotoMark

public void gotoMark()
Specified by:
gotoMark in interface DTMAxisIterator

next

public int next()
Specified by:
next in interface DTMAxisIterator

setMark

public void setMark()
Specified by:
setMark in interface DTMAxisIterator

setStartNode

public DTMAxisIterator setStartNode(int nodeHandle)
Specified by:
setStartNode in interface DTMAxisIterator

Copyright B) 2004 Apache XML Project. All Rights Reserved.