xml.UnparsedEntity¶
An UnparsedEntity object represents an unparsed XML entity information item.
-
class
xml.UnparsedEntity¶
Attributes¶
-
xml.UnparsedEntity.declaration_base_URI¶ The base URI relative to which the system identifier should be resolved.
-
xml.UnparsedEntity.name¶ The name of the entity.
-
xml.UnparsedEntity.notation¶ The notation information item named by the notation name. If there is no declaration for a notation with that name, this attribute is None.
-
xml.UnparsedEntity.notation_name¶ The notation name associated with the entity
-
xml.UnparsedEntity.public_identifier¶ The public identifier of the entity. If the entity has no public identifier, this attribute is None.
-
xml.UnparsedEntity.system_identifier¶ The system identifier of the entity, as it appears in the declaration of the entity.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__