Public Member Functions | Public Attributes

xl7::xml::Attribute Class Reference

#include <Attribute.h>

Inheritance diagram for xl7::xml::Attribute:
xl7::xml::Base

List of all members.

Public Member Functions

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

Public Attributes

friend Element

Detailed Description

The base class representing any xml attribute.


Member Function Documentation

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

Generates xml text representing this xml object.

Implements xl7::xml::Base.

const cl7::string_type& xl7::xml::Attribute::get_name (  )  const [inline]

Returns the name of this attribute.

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

Returns the value of this attribute.

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

Sets the value of this attribute.


Member Data Documentation


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