Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:LastAttribute

950 	const TiXmlAttribute* LastAttribute()	const 	{ return attributeSet.Last(); }		///< Access the last attribute in this element.
951 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); }