MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / NewText

Method NewText

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2102–2107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2100
2101
2102XMLText* XMLDocument::NewText( const char* str )
2103{
2104 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool );
2105 text->SetValue( str );
2106 return text;
2107}
2108
2109
2110XMLDeclaration* XMLDocument::NewDeclaration( const char* str )

Callers 2

ShallowCloneMethod · 0.80
SetTextMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected