xbrl.Job
¶
The xbrl.Job
class represents a single validation job executed within RaptorXML.
Base class: xml.Job
- class xbrl.Job¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xml.Job.catalog
Returns an
xml.Catalog
object representing the OASIS XML catalog used for this validation job.
- xml.Job.error_log
Returns an
xml.ErrorLog
object representing the error log for this validation job.
- xml.Job.options
Returns an
xml.Options
object representing the options set for this validation job.
Methods¶
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__