Class Expression.PointerIterator

java.lang.Object
org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
All Implemented Interfaces:
Iterator
Enclosing class:
Expression

public static class Expression.PointerIterator extends Object implements Iterator
Pointer iterator
  • Constructor Details

    • PointerIterator

      public PointerIterator(Iterator it, QName qname, Locale locale)
      Deprecated.
      Use the method that takes a NamespaceManager
      Create a new PointerIterator
      Parameters:
      it - underlying Iterator
      qname - name
      locale - Locale
  • Method Details