#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 TIXML_STRING &name) const |
TiXmlAttribute * | Find (const TIXML_STRING &name) |
Private Member Functions | |
TiXmlAttributeSet (const TiXmlAttributeSet &) | |
void | operator= (const TiXmlAttributeSet &) |
Private Attributes | |
TiXmlAttribute | sentinel |
|
Definition at line 1580 of file tinyxml.cpp. References TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel. |
|
Definition at line 1587 of file tinyxml.cpp. References TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel. |
|
|
|
Definition at line 1594 of file tinyxml.cpp. References Find(), TiXmlAttribute::Name(), TiXmlAttribute::next, TiXmlAttribute::prev, sentinel, and TIXML_STRING. Referenced by TiXmlElement::Parse(), and TiXmlElement::SetAttribute(). |
|
Definition at line 1635 of file tinyxml.cpp. References TiXmlAttribute::name, TiXmlAttribute::next, and sentinel. |
|
Definition at line 1623 of file tinyxml.cpp. References TiXmlAttribute::name, TiXmlAttribute::next, and sentinel. Referenced by Add(), TiXmlElement::Attribute(), TiXmlElement::Parse(), TiXmlElement::QueryDoubleAttribute(), TiXmlElement::QueryIntAttribute(), TiXmlElement::RemoveAttribute(), and TiXmlElement::SetAttribute(). |
|
Definition at line 817 of file tinyxml.h. References TiXmlNode::next. |
|
Definition at line 816 of file tinyxml.h. References TiXmlNode::next. Referenced by TiXmlElement::ClearThis(), TiXmlElement::CopyTo(), TiXmlElement::FirstAttribute(), TiXmlElement::Print(), and TiXmlElement::StreamOut(). |
|
Definition at line 819 of file tinyxml.h. References TiXmlNode::prev. |
|
Definition at line 818 of file tinyxml.h. References TiXmlNode::prev. Referenced by TiXmlElement::LastAttribute(). |
|
|
|
Definition at line 1605 of file tinyxml.cpp. References TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel. Referenced by TiXmlElement::ClearThis(), and TiXmlElement::RemoveAttribute(). |
|
Definition at line 830 of file tinyxml.h. Referenced by Add(), Find(), Remove(), TiXmlAttributeSet(), and ~TiXmlAttributeSet(). |