org.exolab.adaptx.xpath.expressions
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.
Version: $Revision: 4048 $ $Date: 2004-01-13 01:03:33 -0500 (Tue, 13 Jan 2004) $
Method Summary | |
---|---|
PrimaryExpr | getPrimaryExpr()
Returns the PrimaryExpr for this FilterExpr
|
Returns: the PrimaryExpr for this FilterExpr