public class VendorFunctionLibrary extends IntegratedFunctionLibrary
Constructor and Description |
---|
VendorFunctionLibrary()
Create the Vendor Function Library for Saxon
|
Modifier and Type | Method and Description |
---|---|
FunctionLibrary |
copy()
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows
new functions to be added, then additions to this copy will not affect the original, or
vice versa.
|
protected void |
init() |
Expression |
makeSaxonFunction(String localName,
Expression[] arguments,
StaticContext env,
Container container)
Make a Saxon function with a given name
|
bind, getFunctionItem, isAvailable, makeFunctionCall, registerFunction
public VendorFunctionLibrary()
protected void init()
public FunctionLibrary copy()
IntegratedFunctionLibrary
copy
in interface FunctionLibrary
copy
in class IntegratedFunctionLibrary
public Expression makeSaxonFunction(String localName, Expression[] arguments, StaticContext env, Container container) throws XPathException
localName
- the local name of the functionarguments
- the arguments of the functionenv
- the static contextcontainer
- the container for the new expressionXPathException
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.