39 class DomNamedNodeMap;
DomDocumentType(const DomString &qualified_name, const DomString &public_id, const DomString &system_id)
DOM Named Node Map class.
Definition: dom_named_node_map.h:52
std::shared_ptr< DomNode_Impl > impl
Definition: dom_node.h:422
DOM Document class.
Definition: dom_document.h:65
DomDocumentType(const std::shared_ptr< DomNode_Impl > &impl)
Constructs a DomDocumentType.
DomString get_system_id() const
The system identifier of the external subset.
DomNamedNodeMap get_notations() const
A NamedNodeMap containing the notations declared in the DTD.
DomString get_name() const
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
DomString get_internal_subset() const
The internal subset as a string.
DOM Document Type class.
Definition: dom_document_type.h:51
DOM Node class.
Definition: dom_node.h:71
DomDocumentType()
Constructs a DOM Document Type handle.
DomNamedNodeMap get_entities() const
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
std::string DomString
Definition: dom_string.h:37
DomDocumentType(DomDocument &doc)
Constructs a DomDocumentType.
DomString get_public_id() const
The public identifier of the external subset.