Panda3D
|
Public Member Functions | |
__init__ () | |
Add (TiXmlAttribute attribute) | |
TiXmlAttribute | Find (str _name) |
TiXmlAttribute | Find (str _name) |
TiXmlAttribute | FindOrCreate (str _name) |
TiXmlAttribute | FindOrCreate (str _name) |
TiXmlAttribute | First () |
const TiXmlAttribute | First () |
TiXmlAttribute | Last () |
const TiXmlAttribute | Last () |
Remove (TiXmlAttribute attribute) | |
The set can be changed transparent to the Element and Declaration classes that use it, but NOT transparent to the Attribute which has to implement a next() and previous() method. Which makes it a bit problematic and prevents the use of STL.
This version is implemented with circular lists because:
__init__ | ( | ) |
Add | ( | TiXmlAttribute | attribute | ) |
TiXmlAttribute Find | ( | str | _name | ) |
TiXmlAttribute Find | ( | str | _name | ) |
TiXmlAttribute FindOrCreate | ( | str | _name | ) |
TiXmlAttribute FindOrCreate | ( | str | _name | ) |
TiXmlAttribute First | ( | ) |
const TiXmlAttribute First | ( | ) |
TiXmlAttribute Last | ( | ) |
const TiXmlAttribute Last | ( | ) |
Remove | ( | TiXmlAttribute | attribute | ) |