Public Member Functions | Public Attributes

xl7::xml::Comment Class Reference

#include <Comment.h>

Inheritance diagram for xl7::xml::Comment:
xl7::xml::Node xl7::xml::Base

List of all members.

Public Member Functions

const cl7::string_typeget_value () const
void set_value (const cl7::string_type &value)
virtual cl7::string_type generate () const

Public Attributes

friend Document
friend Element

Detailed Description

The (base) class representing an xml comment "node".


Member Function Documentation

cl7::string_type xl7::xml::Comment::generate (  )  const [virtual]

Generates xml text representing this xml object.

Reimplemented from xl7::xml::Node.

const cl7::string_type& xl7::xml::Comment::get_value (  )  const [inline]

Returns the comment itself.

void xl7::xml::Comment::set_value ( const cl7::string_type value  )  [inline]

Sets the comment itself.


Member Data Documentation

Reimplemented from xl7::xml::Node.

Reimplemented from xl7::xml::Node.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines