Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:PushAttribute

1375     printer.PushAttribute( "foo", "bar" );

1398 void PushAttribute( const char* name, const char* value );
1399 void PushAttribute( const char* name, int value );
1400 void PushAttribute( const char* name, unsigned value );
1401 void PushAttribute( const char* name, bool value );
1402 void PushAttribute( const char* name, double value );