public abstract class OMFilterIterator extends Object implements Iterator
OMFilterIterator(Iterator parent)
boolean
hasNext()
protected abstract boolean
matches(OMNode node)
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OMFilterIterator(Iterator parent)
protected abstract boolean matches(OMNode node)
node
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
Copyright © The Apache Software Foundation. All Rights Reserved.