|
||
class RAttribute;
The Xml::RAttribute
class holds an attribute's description belonging to an element.
Defined in Xml::RAttribute
:
Attribute()const
This method returns a handle to the attribute's name details.Type()const
This method returns the attribute's type.Value()const
This method returns a handle to the attribute value. If the attribute value is a...Xml::RAttributeArray
Defines a list of attributes for an element. IMPORT_C const RTagInfo& Attribute() const;
The objects members have been pre-set accordingly.
This method returns a handle to the attribute's name details.
|
IMPORT_C const RString& Value() const;
The objects members have been pre-set accordingly.
This method returns a handle to the attribute value. If the attribute value is a list of tokens (IDREFS, ENTITIES or NMTOKENS),
the tokens will be concatenated into a single RString
with each token separated by a single space.
|
IMPORT_C TAttributeType Type() const;
The objects members have been pre-set accordingly.
This method returns the attribute's type.
|