org.apache.xml.dtm.ref

Class DTMDefaultBaseIterators.NthDescendantIterator

public class DTMDefaultBaseIterators.NthDescendantIterator extends DTMDefaultBaseIterators.DescendantIterator

Iterator that returns the descendants of a given node. I'm not exactly clear about this one... -sb
Constructor Summary
NthDescendantIterator(int pos)
Constructor NthDescendantIterator
Method Summary
intnext()
Get the next node in the iteration.

Constructor Detail

NthDescendantIterator

public NthDescendantIterator(int pos)
Constructor NthDescendantIterator

Parameters: pos The nth position being requested.

Method Detail

next

public int next()
Get the next node in the iteration.

Returns: The next node handle in the iteration, or END.

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