org.apache.xml.dtm.ref

Class DTMDefaultBaseIterators.TypedDescendantIterator

public final class DTMDefaultBaseIterators.TypedDescendantIterator extends DTMDefaultBaseIterators.DescendantIterator

Typed iterator that returns the descendants of a given node.
Constructor Summary
TypedDescendantIterator(int nodeType)
Constructor TypedDescendantIterator
Method Summary
intnext()
Get the next node in the iteration.

Constructor Detail

TypedDescendantIterator

public TypedDescendantIterator(int nodeType)
Constructor TypedDescendantIterator

Parameters: nodeType Extended type ID 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.