Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:attributeSet

1026 		const TiXmlAttribute* node = attributeSet.Find( name );
1039 const TiXmlAttribute* node = attributeSet.Find( name );
1084 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
1085 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
1086 const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last attribute in this element.
1087 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); }
1156 TiXmlAttributeSet attributeSet;