KSquare Utilities
KKB::XmlAttribute Class Reference

#include <XmlStream.h>

Public Member Functions

 XmlAttribute (const KKStr &_name, const KKStr &_value)
 
const KKStrName () const
 
const KKStrValue () const
 

Detailed Description

Definition at line 112 of file XmlStream.h.

Constructor & Destructor Documentation

KKB::XmlAttribute::XmlAttribute ( const KKStr _name,
const KKStr _value 
)
inline

Definition at line 115 of file XmlStream.h.

References KKB::KKStr::KKStr().

Referenced by KKB::XmlAttributeList::AddAttribute().

117  :
118  name (_name),
119  value (_value)
120  {}

Member Function Documentation

const KKStr& KKB::XmlAttribute::Name ( ) const
inline

Definition at line 122 of file XmlStream.h.

Referenced by KKB::XmlTag::ToString().

122 {return name;}
const KKStr& KKB::XmlAttribute::Value ( ) const
inline

Definition at line 123 of file XmlStream.h.

Referenced by KKB::XmlAttributeList::AttributeValueByName(), and KKB::XmlTag::ToString().

123 {return value;}

The documentation for this class was generated from the following file: