| 1087 | #endif |
| 1088 | |
| 1089 | const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element. |
| 1090 | TiXmlAttribute* FirstAttribute() { return attributeSet.First(); } |
| 1091 | const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element. |
| 1092 | TiXmlAttribute* LastAttribute() { return attributeSet.Last(); } |
no test coverage detected