HomeSort by relevance Sort by last modified time
    Searched full:m_keywords (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Keywords.java 33 private static Hashtable m_keywords = new Hashtable(); field in class:Keywords
254 m_keywords.put(FROM_SELF_ABBREVIATED_STRING,
256 m_keywords.put(FUNC_ID_STRING,
258 m_keywords.put(FUNC_KEY_STRING,
280 return m_keywords.get(key);

Completed in 196 milliseconds