xml.Notation¶
A Notation object represents an XML notation information item.
-
class
xml.Notation¶
Attributes¶
-
xml.Notation.declaration_base_URI¶ The base URI relative to which the system identifier should be resolved.
-
xml.Notation.name¶ The name of the notation.
-
xml.Notation.public_identifier¶ The public identifier of the notation. If the notation has no public identifier, this attribute is None.
-
xml.Notation.system_identifier¶ The system identifier of the notation, as it appears in the declaration of the notation. If no system identifier was specified, this attribute is None.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__