Package | Description |
---|---|
org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultPredicate |
Modifier and Type | Method and Description |
---|---|
Predicate |
DefaultXPathFactory.createPredicate(Expr predicateExpr) |
Predicate |
XPathFactory.createPredicate(Expr predicateExpr)
Create from the supplied expression.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFilterExpr.addPredicate(Predicate predicate)
Deprecated.
|
void |
DefaultStep.addPredicate(Predicate predicate)
Deprecated.
|
void |
Predicated.addPredicate(Predicate predicate)
Add an additional predicate to this object.
|
void |
PredicateSet.addPredicate(Predicate predicate)
Add a predicate to the set.
|
java.util.List |
PredicateSet.applyPredicate(Predicate predicate,
java.util.List nodes2Filter,
ContextSupport support) |