public class ElementIterator extends FilterIterator<Node>
proxy| Constructor | Description |
|---|---|
ElementIterator(Iterator<Node> proxy) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
matches(Node element) |
Deprecated.
DOCUMENT ME!
|
findNext, hasNext, next, removeforEachRemainingprotected boolean matches(Node element)
matches in class FilterIterator<Node>element - DOCUMENT ME!Element
interface