Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java92 public static final int FUNC_STRING = 20; field in FunctionTable
202 m_functions[FUNC_STRING] = org.apache.xpath.functions.FuncString.class;
273 new Integer(FunctionTable.FUNC_STRING)); in m_functionID.put() argument