Home | History | Annotate | Download | only in compiler

Lines Matching defs:FilterExpr

69    * Results from checking FilterExpr syntax
720 // a FilterExpr.
1264 * | FilterExpr
1265 * | FilterExpr '/' RelativeLocationPath
1266 * | FilterExpr '//' RelativeLocationPath
1278 int filterExprMatch = FilterExpr();
1282 // If FilterExpr had Predicates, a OP_LOCATIONPATH opcode would already
1324 * FilterExpr ::= PrimaryExpr
1325 * | FilterExpr Predicate
1331 * FilterExpr with one or more Predicates;
1333 * FilterExpr that was just a PrimaryExpr; or
1334 * FILTER_MATCH_FAILED, if this method did not match a FilterExpr
1338 protected int FilterExpr() throws javax.xml.transform.TransformerException