Panda3D
|
Public Member Functions | |
TiXmlAttribute () | |
TiXmlAttribute (string _name, string _value) | |
TiXmlAttribute (string _name, string _value) | |
int | Column () |
double | DoubleValue () |
GetUserData () | |
GetUserData () | |
int | IntValue () |
string | Name () |
string | NameTStr () |
TiXmlAttribute | Next () |
TiXmlAttribute const | Next () |
bool | operator< (TiXmlAttribute const rhs) |
bool | operator== (TiXmlAttribute const rhs) |
bool | operator> (TiXmlAttribute const rhs) |
string | Parse (string p, TiXmlParsingData data, TiXmlEncoding encoding) |
TiXmlAttribute | Previous () |
TiXmlAttribute const | Previous () |
Print (FILE cfile, int depth, basic_stringchar str) | |
Print (FILE cfile, int depth) | |
int | Row () |
SetDocument (TiXmlDocument doc) | |
SetDoubleValue (double _value) | |
SetIntValue (int _value) | |
SetName (string _name) | |
SetName (string _name) | |
SetValue (string _value) | |
SetValue (string _value) | |
string | Value () |
string | ValueStr () |
Static Public Member Functions | |
static | EncodeString (string str, basic_stringchar out) |
static bool | IsWhiteSpaceCondensed () |
static | SetCondenseWhiteSpace (bool condense) |
TiXmlAttribute | ( | ) |
TiXmlAttribute | ( | string | _name, |
string | _value | ||
) |
TiXmlAttribute | ( | string | _name, |
string | _value | ||
) |
int Column | ( | ) | [inherited] |
double DoubleValue | ( | ) |
static EncodeString | ( | string | str, |
basic_stringchar | out | ||
) | [static, inherited] |
GetUserData | ( | ) | [inherited] |
GetUserData | ( | ) | [inherited] |
int IntValue | ( | ) |
static bool IsWhiteSpaceCondensed | ( | ) | [static, inherited] |
string Name | ( | ) |
string NameTStr | ( | ) |
TiXmlAttribute Next | ( | ) |
TiXmlAttribute const Next | ( | ) |
bool operator< | ( | TiXmlAttribute const | rhs | ) |
bool operator== | ( | TiXmlAttribute const | rhs | ) |
bool operator> | ( | TiXmlAttribute const | rhs | ) |
string Parse | ( | string | p, |
TiXmlParsingData | data, | ||
TiXmlEncoding | encoding | ||
) | [inherited] |
TiXmlAttribute const Previous | ( | ) |
TiXmlAttribute Previous | ( | ) |
( | FILE | cfile, | |
int | depth, | ||
basic_stringchar | str | ||
) |
( | FILE | cfile, | |
int | depth | ||
) | [inherited] |
static SetCondenseWhiteSpace | ( | bool | condense | ) | [static, inherited] |
SetDocument | ( | TiXmlDocument | doc | ) |
SetDoubleValue | ( | double | _value | ) |
SetIntValue | ( | int | _value | ) |
SetName | ( | string | _name | ) |
SetName | ( | string | _name | ) |
SetValue | ( | string | _value | ) |
SetValue | ( | string | _value | ) |
string Value | ( | ) |
string ValueStr | ( | ) |