|
Panda3D
|
Public Member Functions | |
| void | Add (TiXmlAttribute *attribute) |
| TiXmlAttribute * | Find (const char *_name) const |
| TiXmlAttribute * | FindOrCreate (const char *_name) |
| TiXmlAttribute * | First () |
| const TiXmlAttribute * | First () const |
| TiXmlAttribute * | Last () |
| const TiXmlAttribute * | Last () const |
| void | Remove (TiXmlAttribute *attribute) |
| TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
Definition at line 1475 of file tinyxml.cpp.
| TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Definition at line 1482 of file tinyxml.cpp.
| void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1489 of file tinyxml.cpp.
| TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
Definition at line 1547 of file tinyxml.cpp.
| TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const char * | _name | ) |
Definition at line 1558 of file tinyxml.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
| void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1504 of file tinyxml.cpp.