DOM Entity class.
Definition: dom_entity.h:45
std::string DomString
Definition: dom_string.h:37
std::shared_ptr< DomNode_Impl > impl
Definition: dom_node.h:422
DOM Node class.
Definition: dom_node.h:70
DomString get_public_id() const
The public identifier associated with the entity.
DomString get_notation_name() const
For unparsed entities, the name of the notation for the entity.
DomString get_system_id() const
The system identifier associated with the entity.
DomEntity()
Constructs a DOM Entity handle.