Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:FirstAttribute

948 	const TiXmlAttribute* FirstAttribute() const	{ return attributeSet.First(); }		///< Access the first attribute in this element.
949 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }