|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XBRLRSCustomFunctionLibrary
Custom function packages created for Reporting Standard S.L. XBRL Processor must agree with this interface. There is an abstract class XBRLRSCustomFunctionLibraryAbstract that implements this interface.
| Method Summary | |
|---|---|
XBRLFormulaProcessor |
getFormulaProcessor()
This function returns the instance of the XBRLFormulaProcessor that has been set during the initialization phase of this library. |
void |
setFormulaProcessor(XBRLFormulaProcessor fp)
This function will be called when the function library is initialized. |
| Methods inherited from interface net.sf.saxon.functions.FunctionLibrary |
|---|
bind, copy, getFunctionSignature |
| Method Detail |
|---|
void setFormulaProcessor(XBRLFormulaProcessor fp)
getFormulaProcessor()
fp - XBRLFormulaProcessor getFormulaProcessor()
Use methods inside the XBRLFormulaProcessor in order to access the instance document under validation, the DTSContainer and, from that point, all the information in the DTS such as concepts defined, labels, relationships, etc.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||