Home
last modified time | relevance | path

Searched refs:setLeftRight (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DOperation.java86 public void setLeftRight(Expression l, Expression r) in setLeftRight() method in Operation
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java216 operation.setLeftRight(compile(leftPos), compile(rightPos)); in compileOperation()