Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1546 DeleteAttribute( _rootAttribute ); in ~XMLElement()
1866 void XMLElement::DeleteAttribute( const char* name ) in DeleteAttribute() function in tinyxml2::XMLElement
1877 DeleteAttribute( a ); in DeleteAttribute()
1907 DeleteAttribute( attrib ); in ParseAttributes()
1944 void XMLElement::DeleteAttribute( XMLAttribute* attribute ) in DeleteAttribute() function in tinyxml2::XMLElement
Dxmltest.cpp500 element->LastChildElement()->DeleteAttribute( "attrib" ); in main()
1551 ele->DeleteAttribute( "attrib2" ); in main()
1557 ele->DeleteAttribute( "attrib1" ); in main()
1558 ele->DeleteAttribute( "attrib3" ); in main()
Dtinyxml2.h1501 void DeleteAttribute( const char* name );
1683 static void DeleteAttribute( XMLAttribute* attribute );