Home
last modified time | relevance | path

Searched refs:FUNC_KEY_STRING (Results 1 – 4 of 4) 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() argument
DXPathParser.java2143 || tokenIs(Keywords.FUNC_KEY_STRING))) in LocationPathPattern()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java117 if (valueString.indexOf(org.apache.xpath.compiler.Keywords.FUNC_KEY_STRING in setPropertiesFromAttributes()