Searched defs:ParentLocationPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParentLocationPath.java21 * $Id: ParentLocationPath.java,v 1.2.4.1 2005/09/12 10:56:30 pvedula Exp $
47 final class ParentLocationPath extends RelativeLocationPath { class in inherits:RelativeLocationPath
54 public ParentLocationPath(RelativeLocationPath path, Expression step) { method in class:ParentLocationPath
88 return "ParentLocationPath(" + _path + ", " + _step + ')';
102 if (parent instanceof ParentLocationPath)
103 ((ParentLocationPath)parent).enableNodeOrdering();
221 if (stp instanceof ParentLocationPath)
222 stp = ((ParentLocationPath)stp).getStep();

Completed in 37 milliseconds