Name

GroveComment — XML comment node.

Synopsis

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 &) ;
};

Description

GroveComment construct/copy/destruct

  1. GroveComment(SernaApiBase * );


  2. GroveComment(const SString & comment);


  3. ~GroveComment();


GroveComment public member functions

  1. SString comment() const;

    Current comment contents (without SGML comment markup characters).


  2. void setComment(const SString & s) ;

    Use this function to alter the comment.