class DocType
Extends
Parent
Represents an XML DOCTYPE declaration; that is, the contents of <!DOCTYPE ... >. DOCTYPES can be used to declare the DTD of a document, as well as being used to declare entities used in the document.
Attributes
external_id
name
Methods
add_entity_sub
clone
DocType
DocType
DocType
initialize
parse_entities
write
Attributes
external_id
(reader) name is the name of the doctype external_id is the referenced DTD, if given
name
(reader) name is the name of the doctype external_id is the referenced DTD, if given
Methods
add_entity_sub
clone
DocType
DocType
DocType
initialize
Constructor
parse_entities
write