Home
last modified time | relevance | path

Searched refs:OP_LOCATIONPATH (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java428 public static final int OP_LOCATIONPATH = 28; field in OpCodes
DXPathParser.java1293 insertOp(opPos, 2, OpCodes.OP_LOCATIONPATH); in PathExpr()
1351 insertOp(opPos, 2, OpCodes.OP_LOCATIONPATH); in FilterExpr()
1578 appendOp(2, OpCodes.OP_LOCATIONPATH); in LocationPath()
DCompiler.java177 case OpCodes.OP_LOCATIONPATH : in compile()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DUnionPathIterator.java336 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
DWalkerFactory.java443 case OpCodes.OP_LOCATIONPATH: in isProximateInnerExpr()
506 case OpCodes.OP_LOCATIONPATH: in mightBeProximate()