Main Page | Modules | Class Hierarchy | Class List | Class Members

MXMLElement::Attributes Class Reference
[Micro XML Document Object Model]

#include <mxmldom.h>

List of all members.


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 AttributeGetFirstAttribute () const
 Get the first attribute for iteration.


The documentation for this class was generated from the following file: