Home
last modified time | relevance | path

Searched refs:OP_FUNCTION (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java338 case OpCodes.OP_FUNCTION : in getAxisFromStep()
445 case OpCodes.OP_FUNCTION: in isProximateInnerExpr()
484 case OpCodes.OP_FUNCTION : in mightBeProximate()
512 case OpCodes.OP_FUNCTION: in mightBeProximate()
593 case OpCodes.OP_FUNCTION : in isOptimizableForDescendantIterator()
692 case OpCodes.OP_FUNCTION : in analyze()
996 case OpCodes.OP_FUNCTION : in createDefaultStepPattern()
1006 case OpCodes.OP_FUNCTION : in createDefaultStepPattern()
1137 case OpCodes.OP_FUNCTION : in analyzePredicate()
1187 case OpCodes.OP_FUNCTION : in createDefaultWalker()
[all …]
DFilterExprWalker.java71 case OpCodes.OP_FUNCTION : in init()
DUnionPathIterator.java352 case OpCodes.OP_FUNCTION : in loadLocationPaths()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java381 public static final int OP_FUNCTION = 25; field in OpCodes
DCompiler.java175 case OpCodes.OP_FUNCTION : in compile()
846 case OpCodes.OP_FUNCTION : in stepPattern()
DXPathParser.java1520 appendOp(3, OpCodes.OP_FUNCTION); in FunctionCall()