Searched defs:FilterParentPath (Results 1 - 1 of 1) 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)

Completed in 116 milliseconds