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