#include <xml/taginfo.h>
| class Xml::RTagInfo |
| 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() |
The RTagInfo class holds information that describes an element or attribute.
See also: MContentHandler RAttribute
| IMPORT_C void | Close | ( | ) |
This method cleans up the object before destruction. It releases all resources in accordance to the R Class pattern.
See also: CParser
| IMPORT_C const RString & | LocalName | ( | ) | const |
This method obtains the LocalName member of this object.
This method sets the object's contents, taking ownership of the RStrings.
See also: CParser
| Parameters | |
|---|---|
| aUri | the uri of the object. |
| aPrefix | the prefix of the object. |
| aLocalName | the localName of the object. |
| IMPORT_C const RString & | Prefix | ( | ) | const |
This method obtains the Prefix member of this object.
| IMPORT_C const RString & | Uri | ( | ) | const |
This method obtains the uri member of this object.