Class SAX2DTM2.TypedSingletonIterator

All Implemented Interfaces:
Cloneable, DTMAxisIterator
Enclosing class:
SAX2DTM2

public final class SAX2DTM2.TypedSingletonIterator extends DTMDefaultBaseIterators.SingletonIterator
Iterator that returns a given node only if it is of a given type.
  • Constructor Details

    • TypedSingletonIterator

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