Home
last modified time | relevance | path

Searched defs:FUNC_KEY_STRING (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DKeywords.java121 public static final String FUNC_KEY_STRING = "key"; field in Keywords
258 m_keywords.put(FUNC_KEY_STRING, in m_keywords.put() argument
DFunctionTable.java242 m_functionID.put(Keywords.FUNC_KEY_STRING, in m_functionID.put()