std::string wholeText() const
Get the concatenated text of this and adjacent text nodes.
Definition Text.cpp:29
NodeType nodeType() const final
Get the node type (always TEXT_NODE).
Definition Text.cpp:25
Text(const std::string &aText, Node *aParent)
Construct a Text node.
Definition Text.cpp:22