Class SAX2DTM2.TypedRootIterator

All Implemented Interfaces:
Cloneable, DTMAxisIterator
Enclosing class:
SAX2DTM2

public class SAX2DTM2.TypedRootIterator extends DTMDefaultBaseIterators.RootIterator
Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.
  • Constructor Details

    • TypedRootIterator

      public TypedRootIterator(int nodeType)
      Constructor TypedRootIterator
      Parameters:
      nodeType - The extended type ID being requested.
  • Method Details