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
  • Field Details

    • iterator

      private Iterator iterator
    • qname

      private QName qname
    • locale

      private Locale locale
  • 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

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator
    • next

      public Object next()
      Specified by:
      next in interface Iterator
    • remove

      public void remove()
      Unsupported.
      Specified by:
      remove in interface Iterator