32 #include "dom_character_data.h"
DOM Character Data class.
Definition: dom_character_data.h:47
DomComment(const std::shared_ptr< DomNode_Impl > &impl)
Constructs a DomComment.
std::shared_ptr< DomNode_Impl > impl
Definition: dom_node.h:422
DOM Document class.
Definition: dom_document.h:65
DomComment(DomDocument &doc, const DomString &data)
Constructs a DomComment.
DomComment()
Constructs a DOM Comment handle.
std::string DomString
Definition: dom_string.h:37