TiXmlAttributeSet Class Reference
#include <tinyxml.hh>
Detailed Description
Definition at line 818 of file tinyxml.hh.
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)
Constructor & Destructor Documentation
| TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
| TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Member Function Documentation
| void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
| TiXmlAttribute* TiXmlAttributeSet::Find | ( | const char * | name | ) |
| const TiXmlAttribute* TiXmlAttributeSet::Find | ( | const char * | name | ) | const |
| TiXmlAttribute* TiXmlAttributeSet::First | ( | ) | [inline] |
Definition at line 828 of file tinyxml.hh.
| const TiXmlAttribute* TiXmlAttributeSet::First | ( | ) | const [inline] |
Definition at line 827 of file tinyxml.hh.
| TiXmlAttribute* TiXmlAttributeSet::Last | ( | ) | [inline] |
Definition at line 830 of file tinyxml.hh.
| const TiXmlAttribute* TiXmlAttributeSet::Last | ( | ) | const [inline] |
Definition at line 829 of file tinyxml.hh.
| void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vutil/tinyxml.hh