GroveText — Text node of the XML grove.
class GroveText (GroveNodeSernaApi::GroveNode) : # construct/copy/destruct __init__(SernaApiBase *) __init__(const SString &) __del__() # public member functions SString data() const None 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)