Public Member Functions | |
TiXmlElement (TiXmlElement const ) | |
TiXmlElement (string _value) | |
TiXmlElement (string in_value) | |
string | Attribute (string name) |
string | Attribute (string name) |
TiXmlAttribute | FirstAttribute () |
TiXmlAttribute const | FirstAttribute () |
string | GetText () |
TiXmlAttribute | LastAttribute () |
TiXmlAttribute const | LastAttribute () |
TiXmlElement | operator= (TiXmlElement const base) |
int | QueryStringAttribute (string name, basic_stringchar _value) |
int | QueryValueAttribute (string name, basic_stringchar outValue) |
RemoveAttribute (string name) | |
RemoveAttribute (string name) | |
SetAttribute (string name, string _value) | |
SetAttribute (string name, int _value) | |
SetAttribute (string name, string _value) | |
SetAttribute (string name, int value) | |
SetDoubleAttribute (string name, double value) | |
SetDoubleAttribute (string name, double value) |
TiXmlElement | ( | TiXmlElement | const | ) |
TiXmlElement | ( | string | _value | ) |
TiXmlElement | ( | string | in_value | ) |
string Attribute | ( | string | name | ) |
string Attribute | ( | string | name | ) |
TiXmlAttribute const FirstAttribute | ( | ) |
string GetText | ( | ) |
TiXmlAttribute const LastAttribute | ( | ) |
TiXmlElement operator= | ( | TiXmlElement const | base | ) |
int QueryStringAttribute | ( | string | name, |
basic_stringchar | _value | ||
) |
int QueryValueAttribute | ( | string | name, |
basic_stringchar | outValue | ||
) |
RemoveAttribute | ( | string | name | ) |
RemoveAttribute | ( | string | name | ) |
SetAttribute | ( | string | name, |
string | _value | ||
) |
SetAttribute | ( | string | name, |
int | _value | ||
) |
SetAttribute | ( | string | name, |
string | _value | ||
) |
SetAttribute | ( | string | name, |
int | value | ||
) |
SetDoubleAttribute | ( | string | name, |
double | value | ||
) |
SetDoubleAttribute | ( | string | name, |
double | value | ||
) |