LibreOffice Module l10ntools (master) 1
Public Member Functions | Private Attributes | List of all members
XMLAttribute Class Reference

Holds data of Attributes. More...

#include <xmlparse.hxx>

Public Member Functions

 XMLAttribute (OString _sName, OString _sValue)
 creates an attribute More...
 
const OString & GetName () const
 
const OString & GetValue () const
 
void setValue (const OString &rValue)
 

Private Attributes

OString m_sName
 
OString m_sValue
 

Detailed Description

Holds data of Attributes.

Definition at line 49 of file xmlparse.hxx.

Constructor & Destructor Documentation

◆ XMLAttribute()

XMLAttribute::XMLAttribute ( OString  _sName,
OString  _sValue 
)
inline

creates an attribute

Definition at line 57 of file xmlparse.hxx.

Member Function Documentation

◆ GetName()

const OString & XMLAttribute::GetName ( ) const
inline

Definition at line 63 of file xmlparse.hxx.

References m_sName.

◆ GetValue()

const OString & XMLAttribute::GetValue ( ) const
inline

Definition at line 64 of file xmlparse.hxx.

References m_sValue.

◆ setValue()

void XMLAttribute::setValue ( const OString &  rValue)
inline

Definition at line 66 of file xmlparse.hxx.

References m_sValue.

Member Data Documentation

◆ m_sName

OString XMLAttribute::m_sName
private

Definition at line 52 of file xmlparse.hxx.

Referenced by GetName().

◆ m_sValue

OString XMLAttribute::m_sValue
private

Definition at line 53 of file xmlparse.hxx.

Referenced by GetValue(), and setValue().


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