XbrlDocument class
XbrlDocument class
An XBRL document which contains one or more XBRL instance.
The XbrlDocument type exposes the following members:
Constructors
Constructor | Description |
---|---|
XbrlDocument() | Initializes a new instance of XbrlDocument class |
XbrlDocument(file_name) | Initializes a new instance of XbrlDocument class and open a file. |
XbrlDocument(file_name, options) | Initializes a new instance of XbrlDocument class and open a file. |
Properties
Property | Description |
---|---|
xbrl_instances | Gets XBRL instance collection |
Methods
Method | Description |
---|---|
save(file_name) | Creates and saves the XBRL file to the disk. |
save(file_name, save_options) | Save the XbrlDocument to the disk. |
save(stream, save_options) | Save the XbrlDocument to the stream. |
See Also
- module aspose.finance.xbrl