public class FuncLoader extends Object
| Constructor and Description |
|---|
FuncLoader(String funcName,
int funcID)
Construct a function loader
|
public FuncLoader(String funcName, int funcID)
funcName - The class name of the {jdk7u.jaxp.org.apache.xpath.external.functions.Function}
class, which, if it does not have a '.' in it, is assumed to
be relative to 'jdk7u.jaxp.org.apache.xpath.external.functions'.funcID - The function ID, which may correspond to one of the FUNC_XXX
values found in FunctionTable, but may
be a value installed by an external module.public String getName()
Copyright © 2018–2021 mhoffrogge. All rights reserved.