class Xml::RTagInfo |
The RTagInfo class holds information that describes an element or attribute. MContentHandler
Public Member Functions | |
---|---|
RTagInfo() | |
IMPORT_C void | Close() |
IMPORT_C RTagInfo | Copy() |
IMPORT_C const RString & | LocalName() |
IMPORT_C void | Open(const RString &, const RString &, const RString &) |
IMPORT_C const RString & | Prefix() |
IMPORT_C const RString & | Uri() |
Private Attributes | |
---|---|
RString | iLocalName |
RString | iPrefix |
RString | iUri |
IMPORT_C void | Open | ( | const RString & | aUri, |
const RString & | aPrefix, | |||
const RString & | aLocalName | |||
) |