public class IsNodePredicate extends DepthPredicate
Constructor and Description |
---|
IsNodePredicate()
Default constructor.
|
IsNodePredicate(boolean polarity)
Creates a new node item filter
|
IsNodePredicate(boolean polarity,
int minDepth,
int maxDepth)
Creates a new node item filter.
|
evaluate
public IsNodePredicate()
public IsNodePredicate(boolean polarity, int minDepth, int maxDepth)
polarity
- the polarity of this filter. if true
it matches
nodes, if false
it matches properties.minDepth
- the minimum depthmaxDepth
- the maximum depthDepthPredicate
public IsNodePredicate(boolean polarity)
polarity
- the polarity of this filter. if true
it matches
nodes, if false
it matches properties."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"