Name

GroveComment — XML comment node.

Synopsis

class GroveComment (GroveNodeSernaApi::GroveNode) :
  # construct/copy/destruct
  __init__(SernaApiBase *)
  __init__(const SString &)
  __del__()

  # public member functions

  SString comment() const
  None setComment(const SString &) 

Description

GroveComment construct/copy/destruct

  1. __init__(SernaApiBase * )


  2. __init__(const SString & comment)


  3. __del__()


GroveComment public member functions

  1. SString comment() const

    Current comment contents (without SGML comment markup characters).


  2. None setComment(const SString & s)

    Use this function to alter the comment.