org.apache.xml.dtm.ref.sax2dtm

Class SAX2DTM2.TypedFollowingSiblingIterator

public final class SAX2DTM2.TypedFollowingSiblingIterator extends SAX2DTM2.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.