#include <gxXmlElement.h>
Public Member Functions | |
gxXmlElement (const char *name, const char **atts) | |
virtual | ~gxXmlElement () |
bool | hasAttribute (const char *attrName) |
std::string | getAttribute (const char *attrName) |
int | getAttributeInt (const char *attrName, int defaultValue=-1) |
Public Attributes | |
std::string | name |
std::vector< gxXmlAttribute > | attributes |
std::string | text |
bool | treatAsAttribute |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|