Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:FirstAttribute

1394 		const XMLAttribute* a = ele->FirstAttribute();

1403 a = ele->FirstAttribute();
1410 XMLTest( "Attribute order (empty)", true, ele->FirstAttribute() == 0 );
2112 bool VisitEnter(const XMLElement& element, const XMLAttribute* firstAttribute)
2115 for (const XMLAttribute *attr = firstAttribute; attr != 0; attr = attr->Next())