Class Expression.PointerIterator

  • All Implemented Interfaces:
    Iterator
    Enclosing class:
    Expression

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

      • 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 Detail

      • hasNext

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

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