xml.NotationInformationItem
¶
The xml.NotationInformationItem
class represents an XML notation and exposes the properties of the
Notation Information Item.
- class xml.NotationInformationItem¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xml.NotationInformationItem.declaration_base_URI¶
Returns the base URI relative to which the system_identifier should be resolved.
- xml.NotationInformationItem.name¶
Returns the name of the notation.
- xml.NotationInformationItem.public_identifier¶
Returns the public identifier of the notation, or None if the notation has no public identifier.
- xml.NotationInformationItem.system_identifier¶
Returns the system identifier of the notation, as it appears in the declaration of the notation, or None if no system identifier was specified.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__