org.apache.xml.dtm.ref.sax2dtm

Class SAX2DTM2.TypedRootIterator

public class SAX2DTM2.TypedRootIterator extends RootIterator

Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.
Constructor Summary
TypedRootIterator(int nodeType)
Constructor TypedRootIterator
Method Summary
intnext()
Get the next node in the iteration.

Constructor Detail

TypedRootIterator

public TypedRootIterator(int nodeType)
Constructor TypedRootIterator

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