org.apache.xml.dtm.ref

Class DTMDefaultBaseIterators.TypedNamespaceIterator

public class DTMDefaultBaseIterators.TypedNamespaceIterator extends DTMDefaultBaseIterators.NamespaceIterator

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

Constructor Detail

TypedNamespaceIterator

public TypedNamespaceIterator(int nodeType)
Constructor TypedNamespaceIterator

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