Panda3D
Public Member Functions | Static Public Member Functions

TiXmlAttribute Class Reference

Inheritance diagram for TiXmlAttribute:
TiXmlBase

List of all members.

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)

Constructor & Destructor Documentation

TiXmlAttribute ( string  _name,
string  _value 
)
TiXmlAttribute ( string  _name,
string  _value 
)

Member Function Documentation

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 ( )
Print ( FILE  cfile,
int  depth,
basic_stringchar  str 
)
Print ( FILE  cfile,
int  depth 
) [inherited]
int Row ( ) [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 ( )
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties