org.apache.xml.dtm.ref

Class DTMDefaultBaseIterators.TypedPrecedingSiblingIterator

public final class DTMDefaultBaseIterators.TypedPrecedingSiblingIterator extends DTMDefaultBaseIterators.PrecedingSiblingIterator

Iterator that returns preceding siblings of a given type for a given node
Constructor Summary
TypedPrecedingSiblingIterator(int type)
Constructor TypedPrecedingSiblingIterator
Method Summary
intnext()
Get the next node in the iteration.

Constructor Detail

TypedPrecedingSiblingIterator

public TypedPrecedingSiblingIterator(int type)
Constructor TypedPrecedingSiblingIterator

Parameters: type The 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 © 2005 Apache XML Project. All Rights Reserved.