|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.functions.IntegratedFunctionLibrary
net.sf.saxon.functions.VendorFunctionLibrary
public class VendorFunctionLibrary
The VendorFunctionLibrary represents specially-recognized functions in the Saxon namespace.
Constructor Summary | |
---|---|
VendorFunctionLibrary()
Create the Vendor Function Library for Saxon |
Method Summary | |
---|---|
protected void |
init()
|
Expression |
makeSaxonFunction(java.lang.String localName,
StaticContext env,
Expression[] arguments)
Make a Saxon function with a given name |
static java.lang.String |
pluralArguments(int num)
Utility routine used in constructing error messages |
Methods inherited from class net.sf.saxon.functions.IntegratedFunctionLibrary |
---|
bind, copy, getFunctionSignature, iterateFunctionNames, registerFunction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VendorFunctionLibrary()
Method Detail |
---|
protected void init()
public Expression makeSaxonFunction(java.lang.String localName, StaticContext env, Expression[] arguments) throws XPathException
localName
- the local name of the functionenv
- the static contextarguments
- the arguments of the function
XPathException
public static java.lang.String pluralArguments(int num)
num
- a number
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |