Searched refs:exprSetParent (Results 1 - 25 of 27) sorted by relevance

12

/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 DXPath.java100 exp.exprSetParent(m_mainExp.exprGetParent()); // a bit bogus
192 expr.exprSetParent((ExpressionNode)locator);
244 expr.exprSetParent((ExpressionNode)locator);
H A DExpression.java474 public void exprSetParent(ExpressionNode n) method in class:Expression
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DOperation.java90 l.exprSetParent(this);
91 r.exprSetParent(this);
162 exp.exprSetParent(Operation.this);
192 exp.exprSetParent(this);
H A DUnaryOperation.java80 r.exprSetParent(this);
144 exp.exprSetParent(this);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFunction2Args.java88 arg.exprSetParent(this);
146 exp.exprSetParent(Function2Args.this);
H A DFunction3Args.java86 arg.exprSetParent(this);
144 exp.exprSetParent(Function3Args.this);
H A DFunctionOneArg.java67 arg.exprSetParent(this);
147 exp.exprSetParent(this);
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);
H A DFunctionMultiArgs.java86 arg.exprSetParent(this);
185 exp.exprSetParent(FunctionMultiArgs.this);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DFilterExprWalker.java77 m_expr.exprSetParent(this);
87 m_expr.exprSetParent(this);
98 // m_expr.exprSetParent(this);
256 expr.exprSetParent(this);
312 exp.exprSetParent(FilterExprWalker.this);
H A DFilterExprIterator.java135 expr.exprSetParent(this);
179 exp.exprSetParent(FilterExprIterator.this);
H A DUnionPathIterator.java121 ((Expression)expr).exprSetParent(this);
341 m_exprs[count].exprSetParent(this);
358 iter.exprSetParent(this);
522 wi.exprSetParent(UnionPathIterator.this);
523 few.exprSetParent(wi);
524 exp.exprSetParent(few);
528 exp.exprSetParent(UnionPathIterator.this);
H A DFilterExprIteratorSimple.java220 expr.exprSetParent(this);
264 exp.exprSetParent(FilterExprIteratorSimple.this);
H A DUnionChildIterator.java81 test.exprSetParent(this);
H A DPredicatedNodeTest.java172 m_predicates[i].exprSetParent(this);
521 li.exprSetParent(this);
642 exp.exprSetParent(PredicatedNodeTest.this);
H A DWalkingIterator.java335 exp.exprSetParent(this);
H A DAxesWalker.java545 exp.exprSetParent(this);
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DUnionPattern.java87 patterns[i].exprSetParent(this);
167 exp.exprSetParent(UnionPattern.this);
H A DFunctionPattern.java234 exp.exprSetParent(FunctionPattern.this);
H A DStepPattern.java188 expr.exprSetParent(this);
291 predicates[i].exprSetParent(this);
959 exp.exprSetParent(StepPattern.this);
1013 exp.exprSetParent(this);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncKey.java94 upi.exprSetParent(this);
H A DElemForEach.java480 exp.exprSetParent(this);
H A DRedundentExprEliminator.java465 few.exprSetParent(wi);
474 feis.exprSetParent(wi.exprGetParent());
887 lpi.exprSetParent(var);
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFrag.java53 exprSetParent(parent);

Completed in 198 milliseconds

12