std::shared_ptr< DomNode_Impl > impl
Definition dom_node.h:396
DomNotation()
Constructs a DOM Notation handle.
DomNotation(const std::shared_ptr< DomNode_Impl > &impl)
Constructs a DomNotation.
DomString get_public_id() const
The public identifier of this notation.
DomString get_system_id() const
The system identifier of this notation.
std::string DomString
Definition dom_string.h:37