Home
last modified time | relevance | path

Searched refs:OP_XPATH (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java79 public static final int OP_XPATH = 1; field in OpCodes
DCompiler.java123 case OpCodes.OP_XPATH : in compile()
DXPathParser.java114 m_ops.setOp(0,OpCodes.OP_XPATH); in initXPath()