Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:SetAttribute

1063 void XMLAttribute::SetAttribute( const char* v )

1069 void XMLAttribute::SetAttribute( int v )
1077 void XMLAttribute::SetAttribute( unsigned v )
1085 void XMLAttribute::SetAttribute( bool v )
1092 void XMLAttribute::SetAttribute( double v )
1099 void XMLAttribute::SetAttribute( float v )
1373 element->SetAttribute( a->Name(), a->Value() ); // fixme: this will always allocate memory. Intern?