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(java.util.Iterator<Node> proxy)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
matches(Node element)
Deprecated.  
DOCUMENT ME! 
 | 
findNext, hasNext, next, removepublic ElementIterator(java.util.Iterator<Node> proxy)
protected boolean matches(Node element)
matches in class FilterIterator<Node>element - DOCUMENT ME!Element
         interface