Class NodeIteratorImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.node.AbstractList<Node>
org.loboevolution.html.dom.nodeimpl.traversal.NodeIteratorImpl
- All Implemented Interfaces:
Iterable<Node>
,Collection<Node>
,List<Node>
,SequencedCollection<Node>
,ScriptableDelegate
,NodeIterator
TreeWalkerImpl class.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.loboevolution.html.node.AbstractList
add, add, addAll, addAll, clear, contains, containsAll, get, getList, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setList, size, subList, toArray, toArray
Methods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
Methods inherited from interface org.loboevolution.traversal.NodeIterator
getFilter, getRoot, getWhatToShow
-
Constructor Details
-
NodeIteratorImpl
-
-
Method Details
-
detach
public void detach()Description copied from interface:NodeIterator
detach.
- Specified by:
detach
in interfaceNodeIterator
-
nextNode
Description copied from interface:NodeIterator
nextNode.
- Specified by:
nextNode
in interfaceNodeIterator
- Returns:
- a
Node
object.
-
previousNode
Description copied from interface:NodeIterator
previousNode.
- Specified by:
previousNode
in interfaceNodeIterator
- Returns:
- a
Node
object.
-