org.apache.xml.dtm.ref

Class DTMDefaultBaseIterators.TypedFollowingSiblingIterator

public final class DTMDefaultBaseIterators.TypedFollowingSiblingIterator extends DTMDefaultBaseIterators.FollowingSiblingIterator

Iterator that returns all following siblings of a given node.
Constructor Summary
TypedFollowingSiblingIterator(int type)
Constructor TypedFollowingSiblingIterator
Method Summary
intnext()
Get the next node in the iteration.

Constructor Detail

TypedFollowingSiblingIterator

public TypedFollowingSiblingIterator(int type)
Constructor TypedFollowingSiblingIterator

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 B) 2005 Apache XML Project. All Rights Reserved.