|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
org.jaxen.expr | Interfaces and default implementations for XPath expression components. |
Uses of Predicate in org.jaxen.expr |
Methods in org.jaxen.expr that return Predicate | |
Predicate |
DefaultXPathFactory.createPredicate(Expr predicateExpr)
|
Predicate |
XPathFactory.createPredicate(Expr predicateExpr)
Create from the supplied expression. |
Methods in org.jaxen.expr with parameters of type Predicate | |
void |
DefaultFilterExpr.addPredicate(Predicate predicate)
Deprecated. |
void |
PredicateSet.addPredicate(Predicate predicate)
Add a predicate to the set. |
List |
PredicateSet.applyPredicate(Predicate predicate,
List nodes2Filter,
ContextSupport support)
|
void |
Predicated.addPredicate(Predicate predicate)
Add an additional predicate to this object. |
void |
DefaultStep.addPredicate(Predicate predicate)
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |