Package | Description |
---|---|
com.ihr.xbrl.adins.efm.errors |
Provides classes for the specific error messages for the the implementation of the Edgar Filer Manual validation add-in
This package is part of the implementation of the Edgar Filer Manual
Created: 15/05/2011
|
com.ihr.xbrl.adins.esef.validation | |
com.ihr.xbrl.dts |
Provides the classes necessary to investigate the content of a DTS.
|
com.ihr.xbrl.om.errors |
Provides the classes necessary to produce and process XBRL related errors
There are two error categories.
|
com.ihr.xbrl.om.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
com.ihr.xbrl.om.ixbrl.elements | |
com.ihr.xbrl.om.utr |
Provides classes for handling the Units Registry from XBRL International
The Units Registry provides extra validation of elements based on the element data type and the unit assigned
by XBRL International in the Units Registry.
|
com.ihr.xbrl.om.utr.errors | |
com.ihr.xbrl.pojo |
Provides the classes necessary to access to the content of a DTS using POJO technology.
|
Constructor and Description |
---|
EFMNumericValuesMustNotUsePrecision(XBRLFactNumeric xbrlFactNumeric)
Instantiates a new EFM numeric values must not use precision.
|
Constructor and Description |
---|
ESEF_RTS_IIp1_Error(XBRLFactNumeric nf,
java.lang.String message,
ESEF_RTS_II_p1 rule)
Instantiates a new ESE F RT S I ip 1 error.
|
Modifier and Type | Method and Description |
---|---|
XBRLFactNumeric |
KeysForFactsProvider.ReferenciableFixReplaceValue.getFact()
Gets the fact.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceExplorer.factChangedUnit(XBRLFactNumeric fact,
XBRLUnit oldUnit,
XBRLUnit newUnit)
Fact changed unit.
|
void |
DimensionalInstanceExplorer.factChangedUnit(XBRLFactNumeric fact,
XBRLUnit oldUnit,
XBRLUnit newUnit)
Fact changed unit.
|
void |
UnitsProvider.factChangedUnit(XBRLFactNumeric fact,
XBRLUnit oldUnit,
XBRLUnit newUnit)
Fact changed unit.
|
Constructor and Description |
---|
ReferenciableFixReplaceValue(XBRLFactNumeric fact,
XBRLNumber accumulated)
Instantiates a new referenciable fix replace value.
|
Modifier and Type | Method and Description |
---|---|
XBRLFactNumeric |
XBRLInconsistencyRoundToPrecision0.getFact()
Gets the fact.
|
XBRLFactNumeric |
XBRLInconsistencyComparingWithZeroPrecisionZero.getFactTotal()
Gets the fact total.
|
XBRLFactNumeric |
XBRLInconsistencyCalculationMismatch.getFactTotal()
Gets the fact total.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
LinkableErrorMessageHelpers.getLinkForFixReplaceReportedValueWithCalculatedValue(XBRLFactNumeric fact,
XBRLNumber accumulated,
KeysForFactsProvider kp)
Generates a form with a button that shows a message to replace reported value with accumulated value.
|
Constructor and Description |
---|
XBRLInconsistencyCalculationMismatch(XBRLRoleType role,
XBRLFactNumeric factTotal,
XBRLNumber accumulated,
java.util.Collection<XBRLInconsistencyWithContributors.Contributor> contributors)
Instantiates a new XBRL inconsistency calculation mismatch.
|
XBRLInconsistencyComparingWithZeroPrecisionZero(XBRLRoleType role,
XBRLFactNumeric factTotal,
XBRLNumber sum,
java.util.Collection<XBRLInconsistencyWithContributors.Contributor> contributors)
Instantiates a new XBRL inconsistency comparing with zero precision zero.
|
XBRLInconsistencyRoundToPrecision0(XBRLFactNumeric fact)
Instantiates a new XBRL inconsistency round to precision0.
|
XBRLValidationExceptionMissingUnitForNumericFact(XBRLFactNumeric factNumeric)
Instantiates a new XBRL validation exception missing unit for numeric fact.
|
XBRLValidationExceptionMissingUnitForNumericFact(XBRLFactNumeric factNumeric,
java.lang.String idUnitRef)
Instantiates a new XBRL validation exception missing unit for numeric fact.
|
XBRLValidationExceptionNumericValueHasDecimalsAndPrecision(XBRLFactNumeric factNumeric)
Instantiates a new XBRL validation exception numeric value has decimals and precision.
|
XBRLValidationExceptionNumericValueHasNoDecimalsAndNoPrecision(XBRLFactNumeric factNumeric)
Instantiates a new XBRL validation exception numeric value has no decimals and no precision.
|
XBRLValidationExceptionNumericValueIsNillAndHasDecimalsOrPrecision(XBRLFactNumeric factNumeric)
Instantiates a new XBRL validation exception numeric value is nill and has decimals or precision.
|
Modifier and Type | Method and Description |
---|---|
XBRLFactNumeric |
XBRLFactNumeric.clone()
Clone.
|
XBRLFactNumeric |
XBRLFactNumeric.clone(DTSContainer newDTS)
Clone.
|
static XBRLFactNumeric |
XBRLFactItem.createFractionItemInstance(XBRLFactsList container,
XBRLContext ctx,
XBRLItem xf,
XBRLUnit unit,
java.lang.Number numerator,
java.lang.Number denominator,
boolean addToParentNow)
creates an XBRLFactItem that can be either a XBRLFactNumeric or XBRLFactNonNumeric
depending on the information provided in extra parameters.
|
static XBRLFactNumeric |
XBRLFact.createFractionItemInstance(XBRLFactsList facts,
XBRLItem el,
XBRLContext ctx,
XBRLUnit unit,
java.lang.Number numerator,
java.lang.Number denominator,
boolean addToParentNow)
Creates a tupleInstance of a itemInstance depending on the data type of the el parameter and extra information
provided in other parameters.
|
static XBRLFactNumeric |
XBRLFactItem.createNumericItemInstance(XBRLFactsList container,
XBRLContext ctx,
XBRLItem xf,
XBRLUnit unit,
java.lang.Number value,
XBRLNumber.ExactitudeMode format,
int formatValue,
boolean addToParentNow)
creates an XBRLFactItem that can be either a XBRLFactNumeric or XBRLFactNonNumeric
depending on the information provided in extra parameters.
|
static XBRLFactNumeric |
XBRLFact.createNumericItemInstance(XBRLFactsList facts,
XBRLItem el,
XBRLContext ctx,
XBRLUnit unit,
java.lang.Number value,
XBRLNumber.ExactitudeMode format,
int formatValue,
boolean addToParentNow)
Creates a tupleInstance of a itemInstance depending on the data type of the el parameter and extra information
provided in other parameters.
|
XBRLFactNumeric |
XBRLFactNumeric.generateNode()
Generate node.
|
static XBRLFactNumeric |
XBRLFactNumeric.make(XBRLFactsList container,
XBRLContext context,
XBRLItem item,
XBRLUnit unit,
boolean addToParent)
Make.
|
static XBRLFactNumeric |
XBRLFactNumeric.make(XBRLFactsList container,
XBRLContext context,
XBRLItem item,
XBRLUnit unit,
java.lang.Number value,
int precisionOrDecimals,
XBRLNumber.ExactitudeMode format,
java.lang.String strValue,
boolean addToParentNow)
Make.
|
static XBRLFactNumeric |
XBRLFactNumeric.make(XBRLFactsList container,
XBRLContext context,
XBRLItem item,
XBRLUnit unit,
java.lang.Number numerator,
java.lang.Number denominator,
boolean addToParentNow)
Make.
|
Constructor and Description |
---|
PCUEqual(XBRLFactNumeric fact)
Instantiates a new CU equal.
|
Constructor and Description |
---|
IX10Denominator(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric)
IX10Denominator constructor.
|
IX10Fraction(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric,
int factCounter,
boolean bRoundNumeric)
IX10Fraction constructor from numeric fraction fact.
|
IX10NonFraction(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric,
int factCounter,
boolean bRoundNumeric,
int scalePowerOfTen,
javax.xml.namespace.QName format)
IX10NonFraction constructor from numeric fact.
|
IX10Numerator(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric)
IX10Numerator constructor.
|
IX11Denominator(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric)
IX11Denominator constructor.
|
IX11Fraction(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric,
int factCounter,
boolean bRoundNumeric)
IX11Fraction constructor from numeric fraction fact.
|
IX11NonFraction(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric,
int factCounter)
IX11NonFraction constructor from numeric fact.
|
IX11NonFraction(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric,
int factCounter,
boolean bRoundNumeric,
int scalePowerOfTen,
javax.xml.namespace.QName format)
IX11NonFraction constructor from numeric fact.
|
IX11Numerator(HTMLDocumentImpl htmlDoc,
XBRLFactNumeric factNumeric)
IX11Numerator constructor.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
UTRProcessor.validateFact(XBRLFactNumeric xbrlFactNumeric)
Validate fact numeric.
|
Constructor and Description |
---|
UTRValidationException(XBRLFactNumeric fact,
java.util.Collection<UnitEntry> v1)
Instantiates a new UTR unit error on fact.
|
UTRValidationInconsistency(XBRLFactNumeric fact,
java.util.Collection<UnitEntry> v1)
Instantiates a new UTR unit error on fact.
|
Modifier and Type | Method and Description |
---|---|
XBRLFactNumeric |
XBRLPojoGenerator.generate(XBRLFactNumeric fact)
Generate.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa