|
Panda3D
|
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 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, |
| int | value | ||
| ) |
| SetAttribute | ( | string | name, |
| int | _value | ||
| ) |
| SetAttribute | ( | string | name, |
| string | _value | ||
| ) |
| SetAttribute | ( | string | name, |
| string | _value | ||
| ) |
| SetDoubleAttribute | ( | string | name, |
| double | value | ||
| ) |
| SetDoubleAttribute | ( | string | name, |
| double | value | ||
| ) |
1.7.3