MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / PushAttribute

Method PushAttribute

externals/tinyxml2/tinyxml2.cpp:2761–2769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2759
2760
2761void XMLPrinter::PushAttribute( const char* name, const char* value )
2762{
2763 TIXMLASSERT( _elementJustOpened );
2764 Putc ( ' ' );
2765 Write( name );
2766 Write( "=\"" );
2767 PrintString( value, false );
2768 Putc ( '\"' );
2769}
2770
2771
2772void XMLPrinter::PushAttribute( const char* name, int v )

Callers 2

getXMLHeaderMethod · 0.80
toXMLMethod · 0.80

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected