XML
Classes | |
| class | XMLAttributeList |
| Contains a list of xml attributes. More... | |
| class | XMLObject |
| Base class for all objects that needs access to xml data. More... | |
| class | XMLTextParser |
| Parses a text xml file. More... | |
| class | XMLVariant |
| Variant data type_ for xml data. More... | |
Defines | |
| #define | xmlCase(x) |
| Macro to emulate a SWITCH-CASE operation for strings. | |
| #define | xmlAttributeValue(x) (_attributes.GetValue(x)) |
| Macro to retrieve the value of a named attribute. | |
| #define | xmlValue (_value) |
| Macro to retrieve the value of the current attribute. | |
Define Documentation
| #define xmlCase | ( | x | ) |
Value:
static StringId _duplicate_xmlCase_statement_##x(#x);\ if (_duplicate_xmlCase_statement_##x==_name)
Macro to simulate a SWITCH-CASE operation for strings
Definition at line 69 of file XMLObject.h.
| #define xmlAttributeValue | ( | x | ) | (_attributes.GetValue(x)) |
Macro to retrieve the value of a named attribute.
Macro to retrieve the value of a named attribute
Definition at line 80 of file XMLObject.h.
| #define xmlValue (_value) |
Macro to retrieve the value of the current attribute.
Macro to retrieve the value of the current attribute
Definition at line 89 of file XMLObject.h.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
