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