Attribute Class Reference

Attribute used in a XML document. More...

#include <attribute.h>

List of all members.

Public Member Functions

 Attribute (const string &sName, const string &sValue)
 Constructor.
 ~Attribute ()
 Destructor.
string getValue () const
 Returns attribute value.     .
string getName () const
 Returns attribute name.     .

Protected Attributes

string m_sAttributeValue
 Attribute value.
string m_sAttributeName
 Attribute name.


Detailed Description

Attribute used in a XML document.

It used used for writing XML, not for reading. For reading, Xerces attribute class is used.

Author:
Sylvain Archenault <sylvain.archenault@laposte.net>

Yves Houpert <yves.houpert@insa-rouen.fr>


Constructor & Destructor Documentation

Attribute::Attribute const string &  sName,
const string &  sValue
 

Constructor.

Parameters:
sName Attribute name.
sValue Attribute value.


Member Function Documentation

string Attribute::getName  )  const [inline]
 

Returns attribute name.     .

Returns:
Attribute name.

string Attribute::getValue  )  const [inline]
 

Returns attribute value.     .

Returns:
Attribute value.


The documentation for this class was generated from the following files:
Generated on Fri May 19 12:15:55 2006 for Bamboo Ch@t by  doxygen 1.4.6