OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FuncId
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java
19
* $Id:
FuncId
.java 468655 2006-10-28 07:12:06Z minchau $
38
public class
FuncId
extends FunctionOneArg
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java
182
m_functions[FUNC_ID] = org.apache.xpath.functions.
FuncId
.class;
311
String getFunctionName(int
funcID
) {
312
if (
funcID
< NUM_BUILT_IN_FUNCS) return m_functions[
funcID
].getName();
313
else return m_functions_customer[
funcID
- NUM_BUILT_IN_FUNCS].getName();
Completed in 58 milliseconds