MXMLElement::Attributes Class Reference
[Micro XML Document Object Model]
#include <mxmldom.h>
Detailed Description
Attributes is a list of name value pair Attribute objects.All Attribute modification is done via the Attributes class. Attribute objects are read only. Each MXMLElement has 1 Attributes object.
Public Member Functions | |
const char * | GetNamedItem (const char *a_name, const char *a_default="") const |
Get the attribute value (UTF8) given name (UTF8). | |
void | SetNamedItem (const char *a_name, const char *a_value) |
Set or Reset attribute by name value pair. | |
int | ScanNamedItem (const char *a_name, const char *a_format,...) |
Scan named item. | |
void | FormatNamedItem (const char *a_name, const char *a_format,...) |
Format named item. | |
void | RemoveNamedItem (const char *a_name) |
Remove a named item. | |
const Attribute * | GetFirstAttribute () const |
Get the first attribute for iteration. |
The documentation for this class was generated from the following file:
- mxmldom.h