static net.sf.saxon.functions.StandardFunction.Entry |
XFIStandardFunction.makeEntry(java.lang.String name,
java.lang.Class<? extends XFIFunction> implementationClass,
int opcode,
int minArguments,
int maxArguments,
net.sf.saxon.type.ItemType itemType,
int cardinality)
Make a table entry describing the signature of a function, with a reference to the implementation class. |
static net.sf.saxon.functions.StandardFunction.Entry |
RSStandardFunction.makeEntry(java.lang.String name,
java.lang.Class<? extends XFIFunction> implementationClass,
int opcode,
int minArguments,
int maxArguments,
net.sf.saxon.type.ItemType itemType,
int cardinality)
Make a table entry describing the signature of a function, with a reference to the implementation class. |