MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / PushAttribute

Method PushAttribute

src/xml/tinyxml2.cpp:1959–1964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1957
1958
1959void XMLPrinter::PushAttribute( const char* name, const char* value ) {
1960 TIXMLASSERT( _elementJustOpened );
1961 Print( " %s=\"", name );
1962 PrintString( value, false );
1963 Print( "\"" );
1964}
1965
1966
1967void XMLPrinter::PushAttribute( const char* name, int v ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected