The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...
Definition DOMText.hpp:51
virtual DOMText * splitText(XMLSize_t offset)=0
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
virtual const XMLCh * getWholeText() const =0
Returns all text of DOMText nodes logically-adjacent text nodes to this node, concatenated in documen...
virtual bool isIgnorableWhitespace() const =0
Non-standard extension.
DOMText(const DOMText &other)
Definition DOMText.hpp:59
virtual ~DOMText()
Destructor.
Definition DOMText.hpp:81
virtual DOMText * replaceWholeText(const XMLCh *content)=0
Substitutes the a specified text for the text of the current node and all logically-adjacent text nod...
virtual bool getIsElementContentWhitespace() const =0
Returns whether this text node contains element content whitespace, often abusively called "ignorable...
DOMText()
Definition DOMText.hpp:58