protected static class QuerySources.CompositeNodeFilter extends Object implements NodeCacheIterator.NodeFilter
| Modifier | Constructor and Description |
|---|---|
protected |
QuerySources.CompositeNodeFilter(NodeCacheIterator.NodeFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
includeNode(CachedNode node,
NodeCache cache)
Determine if the supplied node is to be included in the iterator.
|
protected QuerySources.CompositeNodeFilter(NodeCacheIterator.NodeFilter... filters)
public boolean includeNode(CachedNode node, NodeCache cache)
NodeCacheIterator.NodeFilterincludeNode in interface NodeCacheIterator.NodeFilternode - the node; never nullcache - the node cache; never nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.