class Xml::RAttribute |
The RAttribute class holds an attribute's description belonging to an element. RAttributeArray
Public Member Functions | |
---|---|
RAttribute() | |
IMPORT_C const RTagInfo & | Attribute() |
IMPORT_C void | Close() |
IMPORT_C RAttribute | Copy() |
IMPORT_C void | Open(const RString &, const RString &, const RString &, const TAttributeType) |
IMPORT_C void | Open(const RString &, const RString &, const RString &, const RString &, const TAttributeType) |
IMPORT_C void | SetValue(const RString &) |
IMPORT_C TAttributeType | Type() |
IMPORT_C const RString & | Value() |
Private Attributes | |
---|---|
RTagInfo | iAttribute |
TAttributeType | iType |
RString | iValue |
IMPORT_C void | Open | ( | const RString & | aUri, |
const RString & | aPrefix, | |||
const RString & | aLocalName, | |||
const TAttributeType | aType = EAttributeType_NONE | |||
) |
const RString & aUri | |
const RString & aPrefix | |
const RString & aLocalName | |
const TAttributeType aType = EAttributeType_NONE |
IMPORT_C void | Open | ( | const RString & | aUri, |
const RString & | aPrefix, | |||
const RString & | aLocalName, | |||
const RString & | aValue, | |||
const TAttributeType | aType = EAttributeType_NONE | |||
) |
const RString & aUri | |
const RString & aPrefix | |
const RString & aLocalName | |
const RString & aValue | |
const TAttributeType aType = EAttributeType_NONE |
IMPORT_C void | SetValue | ( | const RString & | aValue | ) |
const RString & aValue |