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

/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpressionNode.java31 * <p>Note: This interface should not be considered stable. Only exprSetParent
38 public void exprSetParent(ExpressionNode n); method in interface:ExpressionNode
H A DExpression.java474 public void exprSetParent(ExpressionNode n) method in class:Expression
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java236 arg.exprSetParent(this);
274 exp.exprSetParent(FuncExtFunction.this);
300 public void exprSetParent(ExpressionNode n) method in class:FuncExtFunction
303 super.exprSetParent(n);
311 arg.exprSetParent(n);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java1568 public void exprSetParent(ExpressionNode n) method in class:ElemTemplateElement

Completed in 122 milliseconds