| 1005 | #endif |
| 1006 | |
| 1007 | const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element. |
| 1008 | TiXmlAttribute* FirstAttribute() { return attributeSet.First(); } |
| 1009 | const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element. |
| 1010 | TiXmlAttribute* LastAttribute() { return attributeSet.Last(); } |