MatchExpression
, PathComponent
, XPathExpression
public interface FilterExpr extends PathComponent
[8] Predicate ::= '[' PredicateExpr ']' [9] PredicateExpr ::= Expr ... [20] FilterExpr ::= PrimaryExpr | FilterExpr PredicateFor more details, on what a FilterExpr is please see the W3C XPath 1.0 Recommendation.
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR
Modifier and Type | Method | Description |
---|---|---|
PrimaryExpr |
getPrimaryExpr() |
Returns the PrimaryExpr for this FilterExpr
|
matches
evaluatePredicates, getDefaultPriority, getPredicate, getSubExpression, hasPredicates, isFilterExpr, isLocationStep
evaluate, getExprType, toString
PrimaryExpr getPrimaryExpr()