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)
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) throws XPathException
localName
- the local name of the functionarguments
- the arguments of the functionenv
- the static contextXPathException
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.