class Xml::RTagInfo |
The RTagInfo class holds information that describes an element or attribute. MContentHandler RAttribute
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 | Close | ( | ) |
This method cleans up the object before destruction. It releases all resources in accordance to the R Class pattern.
IMPORT_C RTagInfo | Copy | ( | ) |
Copy method. The original and copy must be closed seperately.
Only Parsers have this access. CParser
IMPORT_C const RString & | LocalName | ( | ) | const |
This method obtains the LocalName member of this object.
IMPORT_C void | Open | ( | const RString & | aUri, |
const RString & | aPrefix, | |||
const RString & | aLocalName | |||
) |
This method sets the object's contents, taking ownership of the RStrings.
IMPORT_C const RString & | Prefix | ( | ) | const |
This method obtains the Prefix member of this object.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.