Class StackedIterator
java.lang.Object
org.jaxen.util.StackedIterator
- All Implemented Interfaces:
Iterator
Deprecated.
this iterator is no longer used to implement any of the Jaxen axes. If you have implemented
a navigator-specific axis based on this class, take a look at the DescendantAxisIterator for ideas
on how to remove that dependency.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SetDeprecated.private LinkedListDeprecated.private NavigatorDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.StackedIterator(Object contextNode, Navigator navigator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract IteratorcreateIterator(Object contextNode) Deprecated.private IteratorDeprecated.protected NavigatorDeprecated.booleanhasNext()Deprecated.protected voidDeprecated.protected IteratorinternalCreateIterator(Object contextNode) Deprecated.next()Deprecated.protected voidpushIterator(Iterator iter) Deprecated.voidremove()Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
iteratorStack
Deprecated. -
created
Deprecated.
-
-
Constructor Details
-
StackedIterator
protected StackedIterator()Deprecated.
-
Method Details
-
internalCreateIterator
-
hasNext
-
next
Deprecated.- Specified by:
nextin interfaceIterator- Throws:
NoSuchElementException
-
remove
Deprecated.- Specified by:
removein interfaceIterator- Throws:
UnsupportedOperationException
-
createIterator
-
pushIterator
Deprecated. -
currentIterator
Deprecated.