|
|
|
class RTagInfo;
The Xml::RTagInfo class holds information that describes an element or attribute.
Defined in Xml::RTagInfo:
LocalName()constThis method obtains the LocalName member of this object.Prefix()constThis method obtains the Prefix member of this object.Uri()constThis method obtains the uri member of this object.Xml::MContentHandlerThis class defines the interface required by a client of the xml framework. It a...Xml::RAttributeThe Xml::RAttribute class holds an attribute's description belonging to an eleme...IMPORT_C const RString& Uri() const;
This method obtains the uri member of this object.
|
IMPORT_C const RString& LocalName() const;
This method obtains the LocalName member of this object.
|
IMPORT_C const RString& Prefix() const;
This method obtains the Prefix member of this object.
|