GroveComment — XML comment node.
class GroveComment : public GroveNodeSernaApi::GroveNode { public: // construct/copy/destruct GroveComment(SernaApiBase *); GroveComment(const SString &); ~GroveComment(); // public member functions SString comment() const; void setComment(const SString &) ; };
GroveComment
public member functionsSString comment() const;
Current comment contents (without SGML comment markup characters).
Use this function to alter the comment.