public class XFIFunctionLibrary extends XBRLRSCustomFunctionLibraryAbstract
| Constructor and Description |
|---|
XFIFunctionLibrary(XBRLFormulaProcessor xbrlFormulaProcessor)
Instantiates a new XFI function library.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.functions.StandardFunction.Entry |
getFunction(java.lang.String local,
int arity)
Returns the implementation of a specific function providing the function local name
and the arity.
|
java.lang.String |
getFunctionLibraryPrefix()
Returns the custom function library prefix.
|
java.lang.String |
getFunctionLibraryURI()
returns the custom function library URI.
|
bind, copy, getFormulaProcessor, getFunctionSignature, isAvailable, setFormulaProcessorpublic XFIFunctionLibrary(XBRLFormulaProcessor xbrlFormulaProcessor)
xbrlFormulaProcessor - the xbrl formula processorpublic java.lang.String getFunctionLibraryURI()
XBRLRSCustomFunctionLibraryAbstractgetFunctionLibraryURI in class XBRLRSCustomFunctionLibraryAbstractpublic net.sf.saxon.functions.StandardFunction.Entry getFunction(java.lang.String local,
int arity)
XBRLRSCustomFunctionLibraryAbstractgetFunction in class XBRLRSCustomFunctionLibraryAbstractlocal - function local namearity - number of argumentspublic java.lang.String getFunctionLibraryPrefix()
XBRLRSCustomFunctionLibraryAbstractgetFunctionLibraryPrefix in class XBRLRSCustomFunctionLibraryAbstract