public class ElementIterator extends FilterIterator<Node>
ElementIterator is a filtering Iteratorwhich filters
out objects which do not implement the Elementinterface.
proxy| Constructor and Description |
|---|
ElementIterator(Iterator<Node> proxy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(Node element)
Deprecated.
DOCUMENT ME!
|
findNext, hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected boolean matches(Node element)
matches in class FilterIterator<Node>element - DOCUMENT ME!Element
interfaceCopyright © 2025. All rights reserved.