|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XBRLPlugInProcessor
This interface contains methods for the declaration of a plug-in processor that will be integrated with Reporting Standard XBRL processor.
| Method Summary | |
|---|---|
void |
configure(java.util.Properties properties)
Configures the processor according with the properties passed in in the properties parameter |
java.lang.String |
getDescription()
Returns the processor description so it can be written in validation reports |
java.lang.String |
getName()
Returns the processor name so it can be written in validation reports |
XBRLValidationReport |
validate()
Validates the content of the DTS according to the rules indicated in this plug-in processor. |
XBRLValidationReport |
validate(XBRLDocument xDocument)
Validates the document according to the rules indicated in this plug-in processor. |
| Method Detail |
|---|
XBRLValidationReport validate()
This is the method that is called by the DTSContainer on each XBRLPlugInProcessor when the validation() method is called on the DTSContainer instance.
XBRLValidationReportXBRLValidationReport validate(XBRLDocument xDocument)
XBRLValidationReportjava.lang.String getName()
java.lang.String getDescription()
void configure(java.util.Properties properties)
properties -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||