org.apache.xml.dtm.ref.sax2dtm

Class SAX2DTM2.TypedFollowingIterator

public final class SAX2DTM2.TypedFollowingIterator extends SAX2DTM2.FollowingIterator

Iterator that returns following nodes of a given type for a given node.
Constructor Summary
TypedFollowingIterator(int type)
Constructor TypedFollowingIterator
Method Summary
intnext()
Get the next node in the iteration.

Constructor Detail

TypedFollowingIterator

public TypedFollowingIterator(int type)
Constructor TypedFollowingIterator

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.