DOM Entity class.
Definition dom_entity.h:46
DomString get_public_id() const
The public identifier associated with the entity.
DomString get_system_id() const
The system identifier associated with the entity.
DomString get_notation_name() const
For unparsed entities, the name of the notation for the entity.
DomEntity(const std::shared_ptr< DomNode_Impl > &impl)
Constructs a DomEntity.
DomEntity()
Constructs a DOM Entity handle.
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