DomText()
Constructs a DOM Text handle.
DomText(DomDocument &doc, unsigned short node_type)
Constructs a DomText.
DomText(DomDocument &doc, const DomString &data)
Constructs a DomText.
DomText split_text(unsigned long offset)
Breaks this Text node into two Text nodes at the specified offset, keeping both in the tree as siblin...
DomText(const std::shared_ptr< DomNode_Impl > &impl)
Constructs a DomText.