Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DKeywords.java118 static final String FUNC_ID_STRING = "id"; field in Keywords
256 m_keywords.put(FUNC_ID_STRING, in m_keywords.put() argument
DFunctionTable.java240 m_functionID.put(Keywords.FUNC_ID_STRING, in m_functionID.put() argument
DXPathParser.java2142 && (tokenIs(Keywords.FUNC_ID_STRING) in LocationPathPattern()