Searched refs:FilterParentPath (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFilterParentPath.java21 * $Id: FilterParentPath.java,v 1.2.4.1 2005/09/12 10:24:55 pvedula Exp $
48 final class FilterParentPath extends Expression { class in inherits:Expression
54 public FilterParentPath(Expression filterExpr, Expression path) { method in class:FilterParentPath
66 return "FilterParentPath(" + _filterExpr + ", " + _path + ')';
74 * Type check a FilterParentPath. If the filter is not a node-set add a
161 || (parent instanceof FilterParentPath)
H A Dxpath.cup575 {: RESULT = new FilterParentPath(fexp, rlp); :}
590 FilterParentPath fpp = new FilterParentPath(fexp, step);
591 fpp = new FilterParentPath(fpp, rlp);
H A DStep.java150 parent instanceof FilterParentPath);
H A DXPathParser.java2250 FilterParentPath fpp = new FilterParentPath(fexp, step);
2251 fpp = new FilterParentPath(fpp, rlp);
2271 RESULT = new FilterParentPath(fexp, rlp);

Completed in 54 milliseconds