パッケージ | 説明 |
---|---|
org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Predicate |
XPathFactory.createPredicate(Expr predicateExpr)
Create from the supplied expression.
|
Predicate |
DefaultXPathFactory.createPredicate(Expr predicateExpr) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
PredicateSet.addPredicate(Predicate predicate)
Add a predicate to the set.
|
void |
Predicated.addPredicate(Predicate predicate)
Add an additional predicate to this object.
|
void |
DefaultStep.addPredicate(Predicate predicate)
非推奨です。
|
void |
DefaultFilterExpr.addPredicate(Predicate predicate)
非推奨です。
|
List |
PredicateSet.applyPredicate(Predicate predicate,
List nodes2Filter,
ContextSupport support) |
Copyright © 2001-2013 Codehaus. All Rights Reserved.