Class DTMDefaultBaseIterators.TypedRootIterator

All Implemented Interfaces:
Cloneable, DTMAxisIterator
Enclosing class:
DTMDefaultBaseIterators

public class DTMDefaultBaseIterators.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