public abstract class OMFilterIterator extends Object implements Iterator
Constructor and Description |
---|
OMFilterIterator(Iterator parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
protected abstract boolean |
matches(OMNode node)
Determine whether the given node matches the filter criteria.
|
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public OMFilterIterator(Iterator parent)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.