Lines Matching refs:LastAttribute
1086 const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element.1087 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); }