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