|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XDTProcessor | |
|---|---|
| com.ihr.xbrl.dts | Provides the classes necessary to investigate the content of a DTS. |
| com.ihr.xbrl.filters | Provides the classes necessary to filter the content of instance documents Filtering of facts in an instance document may be used for formula processing or for data loading by a driver. |
| com.ihr.xbrl.om.xdt | Provides the classes necessary to implement a plug in XBRL processor for validation of dimensional instance documents according to the XBRL Dimensions specification 1.0 This package contains two hierarchies of classes. |
| Uses of XDTProcessor in com.ihr.xbrl.dts |
|---|
| Methods in com.ihr.xbrl.dts with parameters of type XDTProcessor | |
|---|---|
void |
DimensionalInstanceExplorer.setXDTProcessors(XDTProcessor xdt,
XDTInfosetConsumer xdtInfo)
When the DTS change these variables must be updated too |
| Uses of XDTProcessor in com.ihr.xbrl.filters |
|---|
| Constructors in com.ihr.xbrl.filters with parameters of type XDTProcessor | |
|---|---|
XBRLExplicitDimensionFilter(javax.xml.namespace.QName dimension,
javax.xml.namespace.QName value,
XDTProcessor xp)
|
|
XBRLExplicitDimensionScenarioFilter(javax.xml.namespace.QName dimension,
javax.xml.namespace.QName value,
XDTProcessor xp)
|
|
XBRLExplicitDimensionSegmentFilter(javax.xml.namespace.QName dimension,
javax.xml.namespace.QName value,
XDTProcessor xp)
|
|
| Uses of XDTProcessor in com.ihr.xbrl.om.xdt |
|---|
| Methods in com.ihr.xbrl.om.xdt that return XDTProcessor | |
|---|---|
static XDTProcessor |
XDTProcessor.create(DTSContainer dts)
|
XDTProcessor |
XDTFact.getProcessor()
|
XDTProcessor |
XDTInfosetConsumer.getXdt()
|
| Constructors in com.ihr.xbrl.om.xdt with parameters of type XDTProcessor | |
|---|---|
XDTDimension(XBRLItem item,
XDTProcessor processor)
|
|
XDTDimensionUse(XDTProcessor processor,
XDTDimension dimension,
DTSBase base,
DefinitionLinkbase tempDefLb)
|
|
XDTDomainMemberUse(XDTProcessor processor,
javax.xml.namespace.QName parentQName,
XDTDomainMember mem,
XDTDimensionUse use,
DTSBase base,
java.util.Hashtable<javax.xml.namespace.QName,java.lang.Boolean> domain,
DefinitionLinkbase tempDefLb)
|
|
XDTFact(XBRLFactItem fact,
XDTProcessor processor,
boolean bThrowValidationExceptions)
Creates a new XDTFact object, this is, the representation of a fact with its dimensions according to the XDT Specification 1.0 |
|
XDTFactForApplications(XBRLFactItem fact,
XDTProcessor processor,
XDTInfosetConsumer xdtInfoset,
boolean bThrowValidationExceptions)
|
|
XDTHypercubeUse(XDTProcessor processor,
XDTHypercube hypercube,
int arcRoleType,
DTSBase useBase,
DTSBase searchBase,
DefinitionLinkbase tempDefLb)
|
|
XDTInfosetConsumer(XDTProcessor xdt)
Creates XDTInfoset objects for versioning This removes "CONSUMES" information from the XBRL Infoset The consturction analyzes all primary items in the DTS building its "effective" combinations and provides access to them to applications ussing this object |
|
XDTPrimaryItemUse(XDTProcessor processor,
XDTPrimaryItem priItem,
DTSBase base)
Creates a XDTPrimaryItem object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||