Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DKeywords.java39 private static Hashtable m_nodetests = new Hashtable(); field in Keywords
261 m_nodetests.put(NODETYPE_COMMENT_STRING, in m_nodetests.put()
263 m_nodetests.put(NODETYPE_TEXT_STRING, in m_nodetests.put()
265 m_nodetests.put(NODETYPE_PI_STRING, in m_nodetests.put()
267 m_nodetests.put(NODETYPE_NODE_STRING, in m_nodetests.put()
276 return m_nodetests.get(key); in lookupNodeTest()