GroveText — Text node of the XML grove.
class GroveText : public GroveNodeSernaApi::GroveNode { public: // construct/copy/destruct GroveText(SernaApiBase *); GroveText(const SString &); ~GroveText(); // public member functions SString data() const; void setData(const SString &) ; bool isEmpty() const; };
GroveText
public member functionsSString data() const;
Get text value as string.
Set new text value.
Check whether content of this node is empty (does not contain any non-whitespace characters)