Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DKeywords.java42 private static Hashtable m_nodetypes = new Hashtable(); field in Keywords
244 m_nodetypes.put(NODETYPE_COMMENT_STRING, in m_nodetypes.put()
246 m_nodetypes.put(NODETYPE_TEXT_STRING, in m_nodetypes.put()
248 m_nodetypes.put(NODETYPE_PI_STRING, in m_nodetypes.put()
250 m_nodetypes.put(NODETYPE_NODE_STRING, in m_nodetypes.put()
252 m_nodetypes.put(NODETYPE_ANYELEMENT_STRING, in m_nodetypes.put()
284 return m_nodetypes.get(key); in getNodeType()