XbrlDocument class

XbrlDocument class

An XBRL document which contains one or more XBRL instance.

The XbrlDocument type exposes the following members:

Constructors

ConstructorDescription
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

PropertyDescription
xbrl_instancesGets XBRL instance collection

Methods

MethodDescription
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