Home
last modified time | relevance | path

Searched refs:DeleteAttribute (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp1509 DeleteAttribute( _rootAttribute ); in ~XMLElement()
1796 void XMLElement::DeleteAttribute( const char* name ) in DeleteAttribute() function in tinyxml2::XMLElement
1807 DeleteAttribute( a ); in DeleteAttribute()
1837 DeleteAttribute( attrib ); in ParseAttributes()
1874 void XMLElement::DeleteAttribute( XMLAttribute* attribute ) in DeleteAttribute() function in tinyxml2::XMLElement
Dxmltest.cpp500 element->LastChildElement()->DeleteAttribute( "attrib" ); in main()
1427 ele->DeleteAttribute( "attrib2" ); in main()
1433 ele->DeleteAttribute( "attrib1" ); in main()
1434 ele->DeleteAttribute( "attrib3" ); in main()
Dtinyxml2.h1469 void DeleteAttribute( const char* name );
1630 static void DeleteAttribute( XMLAttribute* attribute );