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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DExpressionNode.java33 * <p>Note: This interface should not be considered stable. Only exprSetParent
40 public void exprSetParent(ExpressionNode n); method in interface:ExpressionNode
H A DExpression.java476 public void exprSetParent(ExpressionNode n) method in class:Expression
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncExtFunction.java238 arg.exprSetParent(this);
276 exp.exprSetParent(FuncExtFunction.this);
302 public void exprSetParent(ExpressionNode n) method in class:FuncExtFunction
305 super.exprSetParent(n);
313 arg.exprSetParent(n);

Completed in 41 milliseconds