SetName
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
|||||||
XNodes m_childs; // child node
|
XNodes m_childs; // child node
|
||||||
XAttrs m_attrs; // attributes
|
XAttrs m_attrs; // attributes
|
||||||
|
|
||||||
|
void SetName( const RString &sName ) { m_Value.m_sName = sName; }
|
||||||
RString GetName() const { return m_sName; }
|
RString GetName() const { return m_sName; }
|
||||||
RString GetValue() const { return m_sValue; }
|
RString GetValue() const { return m_sValue; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user