public class ElementIterator extends FilterIterator<Node>
ElementIterator
is a filtering Iterator
which filters
out objects which do not implement the Element
interface.
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, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected boolean matches(Node element)
matches
in class FilterIterator<Node>
element
- DOCUMENT ME!Element
interfaceCopyright © 2020 JBoss by Red Hat. All rights reserved.