#include <tinyxml.h>
Collaboration diagram for TiXmlAttributeSet:
Public Member Functions | |
TiXmlAttributeSet () | |
~TiXmlAttributeSet () | |
void | Add (TiXmlAttribute *attribute) |
void | Remove (TiXmlAttribute *attribute) |
const TiXmlAttribute * | First () const |
TiXmlAttribute * | First () |
const TiXmlAttribute * | Last () const |
TiXmlAttribute * | Last () |
const TiXmlAttribute * | Find (const char *name) const |
TiXmlAttribute * | Find (const char *name) |
Definition at line 784 of file tinyxml.h.
|
Definition at line 1372 of file tinyxml.cpp. References TiXmlAttribute::next, and TiXmlAttribute::prev. |
|
Definition at line 1379 of file tinyxml.cpp. References TiXmlAttribute::next, and TiXmlAttribute::prev. |
|
Definition at line 1386 of file tinyxml.cpp. References Find(), TiXmlAttribute::Name(), TiXmlAttribute::next, and TiXmlAttribute::prev. Referenced by TiXmlElement::Parse(), and TiXmlElement::SetAttribute(). |
|
Definition at line 1427 of file tinyxml.cpp. References TiXmlAttribute::name, and TiXmlAttribute::next. |
|
Definition at line 1415 of file tinyxml.cpp. References TiXmlAttribute::name, and TiXmlAttribute::next. Referenced by Add(), TiXmlElement::Attribute(), TiXmlElement::Parse(), TiXmlElement::QueryDoubleAttribute(), TiXmlElement::QueryIntAttribute(), TiXmlElement::RemoveAttribute(), and TiXmlElement::SetAttribute(). |
|
Definition at line 794 of file tinyxml.h. References TiXmlAttribute::next. |
|
Definition at line 793 of file tinyxml.h. References TiXmlAttribute::next. Referenced by TiXmlElement::ClearThis(), TiXmlElement::CopyTo(), TiXmlElement::FirstAttribute(), TiXmlElement::Print(), and TiXmlElement::StreamOut(). |
|
Definition at line 796 of file tinyxml.h. References TiXmlAttribute::prev. |
|
Definition at line 795 of file tinyxml.h. References TiXmlAttribute::prev. Referenced by TiXmlElement::LastAttribute(). |
|
Definition at line 1397 of file tinyxml.cpp. References TiXmlAttribute::next, and TiXmlAttribute::prev. Referenced by TiXmlElement::ClearThis(), and TiXmlElement::RemoveAttribute(). |