Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DKeywords.java249 new Integer(OpCodes.NODETYPE_PI)); in m_nodetypes.put() argument
266 new Integer(OpCodes.NODETYPE_PI)); in m_nodetests.put() argument
DOpCodes.java500 public static final int NODETYPE_PI = 1032; field in OpCodes
DLexer.java528 case OpCodes.NODETYPE_PI : in recordTokenString()
DXPathParser.java1513 case OpCodes.NODETYPE_PI : in FunctionCall()
1853 if (OpCodes.NODETYPE_PI == nt) in NodeTest()
DCompiler.java756 case OpCodes.NODETYPE_PI : in getWhatToShow()