org.apache.xalan.xsltc.dom

Class SAXImpl.TypedNamespaceIterator

public class SAXImpl.TypedNamespaceIterator extends 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 TypedChildrenIterator
Method Summary
intnext()
Get the next node in the iteration.

Constructor Detail

TypedNamespaceIterator

public TypedNamespaceIterator(int nodeType)
Constructor TypedChildrenIterator

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.