| Package | Description |
|---|---|
| com.ihr.xbrl.om |
Provides the classes necessary to start processing XBRL information.
|
| com.ihr.xbrl.om.formula |
Provides the classes necessary to implement a plug in XBRL processor for validation of
docuents and taxonomies according to the XBRL formula specification 1.0
At this stage the package is just created.
|
| com.ihr.xbrl.om.formula.functions |
Provides the classes necessary for implementing all XPath2 functions defined in the
XFI functions library.
|
| com.ihr.xbrl.om.formula.functions.custom |
| Modifier and Type | Method and Description |
|---|---|
XBRLRSCustomFunctionLibrary |
XBRLLibraryFactory.create()
Creates a new instance of the functions library registered for this name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBRLRSCustomFunctionLibraryAbstract
This class in an implementation of the XBRLRSCustomFunctionLibrary interface that helps implementing new
functions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLFormulaProcessor.addCustomFunctionLibrary(XBRLRSCustomFunctionLibrary fl)
Adds a Function Library to the set of function libraries available to the processor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSFunctionLibrary
The Class RSFunctionLibrary.
|
class |
XFFFunctionLibrary
The Class XFFFunctionLibrary.
|
class |
XFIFunctionLibrary
The Class XFIFunctionLibrary.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBRLCustomFunctionImplementationLibrary
The Class XBRLCustomFunctionImplementationLibrary.
|