xml.dtd.DTDComponent
¶
The xml.dtd.DTDComponent
class represents a base class for all DTD components.
- class xml.dtd.DTDComponent¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Methods¶
- xml.dtd.DTDComponent.xlocation_url()¶
Returns proprietary Altova URL to this Component’s declaration. Returns None for Components witout a declaration (e.g. predefined entities).
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__