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