Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/res/
DXPATHErrorResources.java199 public static final String ER_FUNCTION_TOKEN_NOT_FOUND = field in XPATHErrorResources
559 { ER_FUNCTION_TOKEN_NOT_FOUND, in getContents()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java1071 error(XPATHErrorResources.ER_FUNCTION_TOKEN_NOT_FOUND, null); //"function token not found."); in compileFunction()