Package | Description |
---|---|
com.ihr.xbrl.adins.eba | |
com.ihr.xbrl.adins.efm |
Provides the implementation of the Edgar Filer Manual validation add-in
This package contains the implementation of the Edgar Filer Manual validation
engine according with the rules defined by the U.S.
|
com.ihr.xbrl.adins.esef | |
com.ihr.xbrl.adins.esef.validation | |
com.ihr.xbrl.formula |
Provides the classes to implement a plug in processor for XBRL information and execute XQuery formulas defined in XBRL Linkbases
The content of this package is the processor and the required classes to compile and execute
formulas written in the XQuery language from the W3C.
|
com.ihr.xbrl.gui.interfaces |
Provides the interfaces for the common operations that require user interface and are implemented
in applications.
|
com.ihr.xbrl.mapper |
Provides the classes necessary access to content in whatever format and create an XBRL Instance document
This package contains the MapEngine and Mappers that uses a configuration file with an Instance
template.
|
com.ihr.xbrl.mapper.instance | |
com.ihr.xbrl.om |
Provides the classes necessary to start processing XBRL information.
|
com.ihr.xbrl.om.approps |
This package contains classes to implement an Application Properties processor.
|
com.ihr.xbrl.om.autofill | |
com.ihr.xbrl.om.customcodes | |
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.exLinks |
Provides the classes necessary to process, read and write XBRL Linkbases and XBRL Extended links.
|
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.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
com.ihr.xbrl.om.instance.autocalculation | |
com.ihr.xbrl.om.ixbrl | |
com.ihr.xbrl.om.quality | |
com.ihr.xbrl.om.quality.frta | |
com.ihr.xbrl.om.quality.frta.validation | |
com.ihr.xbrl.om.quality.rs | |
com.ihr.xbrl.om.quality.rs.validation | |
com.ihr.xbrl.om.renderhints |
This is a renderhints processor that process resources in linkbases
to define render hints that Reporting Standard tools understands
|
com.ihr.xbrl.om.rstable | |
com.ihr.xbrl.om.sax | |
com.ihr.xbrl.om.table |
This package contains an object model to work with tables as defined in the XBRL Table specification
The current implementation is based on table linkbase PWD
http://www.xbrl.org/Specification/table-linkbase/PWD-2013-05-17/table-linkbase-PWD-2013-05-17.html
The XBRLTableProcessor class
|
com.ihr.xbrl.om.taxonomy |
Provides the classes necessary to process, write and read XBRL Taxonomy schemas and content
of the XBRL Taxonomy Schemas that requires XBRL processing.
|
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.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.
|
com.ihr.xbrl.om.xenum | |
com.ihr.xbrl.om.xenum2 | |
com.ihr.xbrl.store | |
com.ihr.xbrl.util |
Provides utility classes with static methods that are used by other classes
This is a common container for utilities like resolving relative URIs from two absolute URIs
or formatting an XML document to a String...
|
com.ihr.xbrl.validation.report | |
com.ihr.xbrl.web |
Provides the classes necessary to initialize servlers that will transform data into XBRL
This package contains a sample Config class for servlets that generates XBRL from web forms
or other sources using the mapper engine
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
EBAProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
EBAProcessor.validate()
Validate.
|
XBRLValidationReport |
EBAProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
EFMProcessor.validate()
Validate.
|
XBRLValidationReport |
EFMProcessor.validate(XBRLDocument xDocument)
Validate.
|
XBRLValidationReport |
EFMProcessor.validateAtMostOneAll(XMLElementDefinition elDef)
Validate at most one all.
|
XBRLValidationReport |
EFMProcessor.validateCalculationAndPresentation(XBRLItem fromItem,
XBRLItem toItem)
6.14.5 If an instance contains non-empty facts for the source and target of an effective calculation relationship,
then at least one effective presentation relationship that the source and target appear in (because of 6.12.3)
must be either (a) a relationship with each other or (b) two relationships with any other elements that share a
single extended link role.
|
XBRLValidationReport |
EFMProcessor.validateOneLabelPerRoleAndLang(XMLFragment f)
Validate one label per role and lang.
|
XBRLValidationReport |
EFMProcessor.validatePresentationNetworks(XMLFragment elDef)
Validates EFM rule 6.12.3 An element used in an instance must participate in at least
one effective presentation relationship in the DTS of that instance.
|
XBRLValidationReport |
EFMProcessor.validatePresentationPreferredLabels(XMLFragment elDef,
java.util.HashSet<XMLFragment> processed)
Validates EFM rule 6.12.3 An element used in an instance must participate in at least
one effective presentation relationship in the DTS of that instance.
|
XBRLValidationReport |
EFMProcessor.validateTextIsProperHTML(java.lang.String stringValue,
XBRLFact fact,
XBRLResource res)
Validate text is proper html.
|
XBRLValidationReport |
EFMProcessor.validateTextIsProperHTML(XBRLFact fact)
Validate text is proper html.
|
XBRLValidationReport |
EFMProcessor.validateTextIsProperHTML(XBRLResource res)
Validate text is proper html.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
ESEFProcessor.validate()
Validate.
|
XBRLValidationReport |
ESEFRulesLibrary.validate(ESEFProcessor processor)
Validate.
|
XBRLValidationReport |
ESEFProcessor.validate(XBRLDocument instance)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
FlFormulaProcessor.validate() |
XBRLValidationReport |
FlFormulaProcessor.validate(XBRLDocument xDocument) |
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
HasErrorsHandler.getValidationReport()
Access to the validation report that is now represented. or null if
none is set
|
XBRLValidationReport |
HasErrorsHandler.validateDTS(XBRLInstance instance)
Executes validation of the instance document that is being edited and
generates a new XBRLValidation report.
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLValidationReportSerializer.serialize(XBRLValidationReport xbrlValidationReport)
Produces the output of the XBRLValidationReport in the object implementing this interface.
|
void |
HasErrorsHandler.setExtraErrorsReport(XBRLValidationReport valReport)
Sets additional errors that will be added to the validation report.
|
void |
DlgValidationErrorsInterface.setReport(XBRLValidationReport report)
Sets the report.
|
void |
HasErrorsHandler.showErrors(XBRLValidationReport valReport)
The most common implementation just opens a DlgValidationErrors dialog and pass the
validation report.
|
Modifier and Type | Method and Description |
---|---|
XBRLInstance |
Mapper.generateInstance(java.lang.Object[] inputs,
DTSLoadingBarInterface bar,
XBRLValidationReport mapReport)
Generates a new instance document obtaining data from data sources and using the
information in the configuration file.
|
XBRLInstance |
Mapper.generateInstance(java.lang.Object[] inputs,
XBRLValidationReport mapReport)
Generates a new instance document obtaining data from data sources and using the
information in the configuration file.
|
XBRLInstance |
MapEngine.map(java.lang.Object[] inputs,
DTSLoadingBarInterface bar,
XBRLValidationReport mapReport)
Executes the mapping defined in the configuration file.
|
XBRLInstance |
MapEngine.map(java.lang.Object[] inputs,
XBRLValidationReport mapReport)
Executes the mapping defined in the configuration file.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<XBRLFact> |
MapperFact.getFacts(XBRLFactsList cf,
int index,
XBRLValidationReport mapReport)
Gets the facts.
|
Modifier and Type | Method and Description |
---|---|
static XBRLValidationReport |
XBRLValidationReport.assumeIfEmpty(XBRLValidationReport other)
This method checks if the incoming XBRLValidation report is empty (contains no errors or inconsistencies) and
if so, returns another empty XBRLValidationReport that has been stored as a thread local variable.
|
XBRLValidationReport |
XBRLCompilableProcessor.compileResources()
Compile resources.
|
static XBRLValidationReport |
XBRLValidationReport.getEmptyValidationReport(DTSContainer dts)
Returns an empty validation report.
|
XBRLValidationReport |
XBRLValidation.getValidationReport()
Access to the last stored validation report.
|
XBRLValidationReport |
XMLDocumentURI.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
NoCacheValidation.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLValidationImpl.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
DTSContainer.getValidationReport()
Access to the internal validation report.
|
XBRLValidationReport |
XBRLSchemaErrorListener.merge(XBRLValidationReport incomingReport)
add errors and warnings to the incoming XBRLValidation report.
|
XBRLValidationReport |
XBRLValidationReport.merge(XBRLValidationReport other)
Adds to this report the content of another XBRLValidationReport.
|
XBRLValidationReport |
XBRLCoreProcessor.validate()
Validate.
|
XBRLValidationReport |
XBRLPlugInProcessor.validate()
Validates the content of the DTS according to the rules indicated in
this plug-in processor.
|
XBRLValidationReport |
DTSContainer.validate()
Executes all registered validators indicated in the PROCESSORS_SEQUENCE property of this DTS and
returns the XBRLValidationReport instance with the validation result.
|
XBRLValidationReport |
XBRLCoreProcessor.validate(XBRLDocument doc)
Validates an instance document against all arcroles defined in the XBRL 2.1 specification
|
XBRLValidationReport |
XBRLPlugInProcessor.validate(XBRLDocument xDocument)
Validates the document according to the rules indicated in
this plug-in processor.
|
XBRLValidationReport |
DTSContainer.validate(XBRLDocument doc)
Validates a new document against this already loaded DTS.
|
XBRLValidationReport |
XBRLValidation.validate(XBRLPlugInProcessor proc)
Executes validation on the instance object and returns a validation report.
|
XBRLValidationReport |
XMLDocumentURI.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
NoCacheValidation.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLValidationImpl.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLCoreProcessor.validateCyclesOnBaseSet(DTSBase base,
XBRLArcroleType arcRole,
int cyclesAllowed)
This is the internal method used by the API to validate cycles on a base set.
|
Modifier and Type | Method and Description |
---|---|
static XBRLValidationReport |
XBRLValidationReport.assumeIfEmpty(XBRLValidationReport other)
This method checks if the incoming XBRLValidation report is empty (contains no errors or inconsistencies) and
if so, returns another empty XBRLValidationReport that has been stored as a thread local variable.
|
XBRLValidationReport |
XBRLSchemaErrorListener.merge(XBRLValidationReport incomingReport)
add errors and warnings to the incoming XBRLValidation report.
|
XBRLValidationReport |
XBRLValidationReport.merge(XBRLValidationReport other)
Adds to this report the content of another XBRLValidationReport.
|
void |
MultiDTSValidationHandler.processReport(XBRLInstance instance,
XBRLValidationReport report)
This function is called by the validation service.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLAppPropsProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
XBRLAppPropsProcessor.validate()
Validate.
|
XBRLValidationReport |
XBRLAppPropsProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
AutoFillProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
AutoFillProcessor.validate()
Validate.
|
XBRLValidationReport |
AutoFillProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
CustomCodesProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
CustomCodesProcessor.validate()
Validate.
|
XBRLValidationReport |
CustomCodesProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLValidationReportToStringSerializer.serialize(XBRLValidationReport report)
Serialize.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLlrrAndRelationshipConstraints.ValidateRelationshipAnchor.anchorValidateRelationship(XBRLExtendedLink parent,
XBRLRelationship rel,
XMLFragment anchor)
Validates the from or to parts of a relationship according with the rules imposed in the
arcroleType.
|
XBRLValidationReport |
XBRLlrrAndRelationshipConstraints.ExtraRelationshipValidationInterface.extraValidateRelationship(XBRLExtendedLink parent,
XBRLRelationship rel)
Validates a relationship for additional constraints that cannot be included in the
standard validation constraints.
|
XBRLValidationReport |
XBRLExtendedLink.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLResource.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLLocator.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLRelationship.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLExtendedLink.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLResource.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLLocator.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLRelationship.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLlrrAndRelationshipConstraints.validateRelationship(XBRLExtendedLink parent,
XBRLRelationship rel)
Validates the relationship received against the constraints stored in this class.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XBRLRelationship> |
DTSBase.getBaseSetRelationshipsIterator(XBRLArcroleType arcrole,
XBRLValidationReport rep)
Returns an iterator over the relationships in the base set.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLFormulaProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
XBRLFormulaProcessor.evaluate(XBRLResource resource,
XBRLInstance instance)
Evaluates one resource and returns an XBRLValidationReport instance. the
parameter must be an already compiled XBRL formula resource of the following
types: XBRLFormula, XBRLAssertion, XBRLConsistencyAssertion
This method is used by the GUI of the FormulaTT class.
|
XBRLValidationReport |
XBRLFormulaProcessor.getValidationReport()
Access to the validation report that is active during formula validation.
|
XBRLValidationReport |
XBRLFormulaProcessor.validate()
Validate.
|
XBRLValidationReport |
XBRLFormulaProcessor.validate(XBRLDocument doc)
Validate.
|
XBRLValidationReport |
XBRLFormulaProcessor.validate(XBRLInstance doc)
This method validates an instance document (doc) against the content of the
formula linkbase.
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLFormulaProcessor.evaluateFormulaSet(java.util.Collection<XBRLFormula> formulas,
XBRLValidationReport valReport,
XBRLInstance doc,
ExecutionTargetType targetType)
Evaluates a collection of formulas and put the result inside the validation
report passed in as parameter valReport.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLFact.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLContext.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLUnit.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLPeriod.validate()
Produces a XBRLValidationReport object for this period object.
|
XBRLValidationReport |
XBRLFact.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLContext.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLUnit.validate(XBRLPlugInProcessor proc)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
AutoCalculationProcessor.validate()
Validate.
|
XBRLValidationReport |
AutoCalculationProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
IXBRLProcessorBase.validate()
Validate.
|
XBRLValidationReport |
IXBRLProcessorBase.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
QualityProcessor.validate()
Validate.
|
XBRLValidationReport |
QualityCheck.validate(T processor)
Performs validation for the rule and returns an XBRLValidationReport
with the rule results.
|
XBRLValidationReport |
QualityCheckProviderLibrary.validate(T processor)
Performs validation of the DTS for each one of the enabled rules in the library.
|
XBRLValidationReport |
QualityProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
FRTAFactory.validate(QualityProcessor processor)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
RSCHTQFactory.validate(QualityProcessor processor)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
RS_8_1_1.validate(QualityProcessor processor)
Validate.
|
XBRLValidationReport |
RS_6_3_1.validate(QualityProcessor processor)
Validate.
|
XBRLValidationReport |
RS_7_1_1.validate(QualityProcessor processor)
Validate.
|
XBRLValidationReport |
RS_6_2_1.validate(QualityProcessor processor)
Validate.
|
XBRLValidationReport |
RS_7_2_1.validate(QualityProcessor processor)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
RenderHintsProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
RenderHintsProcessor.validate()
Validate.
|
XBRLValidationReport |
RenderHintsProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
RSTableProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
RSTableManager.initTableAction()
Init resources to work with the rs table processor for this XBRLTable and process "init" event.
|
XBRLValidationReport |
RSTableProcessor.validate()
Validate.
|
XBRLValidationReport |
RSTableProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
void |
RSTableManager.fireTableActionEvent(java.lang.String event,
int sourceRow,
int sourceColumn,
int z,
XBRLFact fact,
XBRLValidationReport validationReport)
Process the events associated to the sourceRow and sourceColumn.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
DTSDiscoveryInfo.getValidationReport(DTSContainer dts)
Gets the validation report.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLTableProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
XBRLTableProcessor.validate()
Validate.
|
XBRLValidationReport |
XBRLTableProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLItem.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLTuple.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLRoleAndArcroleTypes.getValidationReport()
Gets the validation report.
|
XBRLValidationReport |
XBRLXSDTypeDefinition.validate(XBRLFact fact,
com.saxonica.ee.validate.ContentValidator scv)
Validates a fact (item or tuple) according with the content model defined in the schema.
|
XBRLValidationReport |
XBRLXSDTypeDefinition.validate(XBRLFactItem factItem,
com.saxonica.ee.validate.ContentValidator scv)
Validate the value of a fact item according to the data type defined in the
schemas.
|
XBRLValidationReport |
XBRLXSDTypeDefinition.validate(XBRLFactTuple factTuple,
com.saxonica.ee.validate.ContentValidator scv)
Validate the content of a tuple fact according to the content
model defined by this object.
|
XBRLValidationReport |
XBRLItem.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLTuple.validate(XBRLPlugInProcessor proc)
Validate.
|
XBRLValidationReport |
XBRLRoleAndArcroleTypes.validate(XBRLPlugInProcessor proc)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
UTRProcessor.validate()
Validate.
|
XBRLValidationReport |
UTRProcessor.validate(XBRLDocument xDocument)
Validate.
|
XBRLValidationReport |
UTRProcessor.validateFact(XBRLFactNumeric xbrlFactNumeric)
Validate fact numeric.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XDTProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
XDTProcessor.validate()
Validate.
|
XBRLValidationReport |
XDTProcessor.validate(XBRLDocument doc)
Validates all facts in the instance document.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
ExtensibleEnumerationsProcessor.compileResources()
Compile resources.
|
XBRLValidationReport |
ExtensibleEnumerationsProcessor.validate()
Validate.
|
XBRLValidationReport |
ExtensibleEnumerationsProcessor.validate(XBRLDocument xDocument)
Validate.
|
XBRLValidationReport |
ExtensibleEnumerationsProcessor.validateFact(XBRLFact xbrlFact)
Validate fact.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
ExtensibleEnumerations2Processor.compileResources()
Compile resources.
|
XBRLValidationReport |
ExtensibleEnumerations2Processor.validate()
Validate.
|
XBRLValidationReport |
ExtensibleEnumerations2Processor.validate(XBRLDocument xDocument)
Validate.
|
XBRLValidationReport |
ExtensibleEnumerations2Processor.validateFact(XBRLFact xbrlFact)
Validate fact.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HasStoreUserQuestions.continueProcessing(HasErrorsHandler errorHandler,
XBRLValidationReport report)
Ask the user if processing can continue.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
LoadDTSInThread.getValidationReport()
Access to the validation report.
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLParallelValidation.ValidationCode.validate(T item,
XBRLValidationReport rep)
Performs validation for a single item and adds validation results
to the XBRLValidationReport received in the
rep parameter. |
static <T> void |
XBRLParallelValidation.validateInParallel(java.util.Iterator<? extends T> iterator,
XBRLParallelValidation.ValidationCode<? super T> code,
XBRLValidationReport report)
Executes a loop over items in the iterator and performs validation in
parallel.
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLValidationReportToExcel.serialize(XBRLValidationReport xbrlValidationReport) |
static void |
XBRLValidationReportToExcel.serializeToOutputStream(XBRLValidationReport xbrlValidationReport,
java.io.OutputStream stream,
boolean simplified,
java.lang.String[] extraInfo)
Generates an excel spreadsheet and serializes it to the output stream from
the XBRLValidationReport received
The simplified parameter can be used to decide about the number of sheets to generate
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationHandler.processReport(XBRLInstance instance,
XBRLValidationReport report,
javax.servlet.http.HttpServletResponse response)
This function is called by the validation service.
|
void |
DefaultValidationHandler.processReport(XBRLInstance instance,
XBRLValidationReport report,
javax.servlet.http.HttpServletResponse response) |
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa