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 Summary
Constructors Constructor Description PointerIterator(Iterator it, QName qname, Locale locale)
Deprecated.Use the method that takes a NamespaceManager
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Object
next()
void
remove()
Unsupported.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-