MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / NewText

Method NewText

Dependencies/tinyxml2/src/tinyxml2.cpp:2107–2112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2105
2106
2107XMLText* XMLDocument::NewText( const char* str )
2108{
2109 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool );
2110 text->SetValue( str );
2111 return text;
2112}
2113
2114
2115XMLDeclaration* XMLDocument::NewDeclaration( const char* str )

Callers 2

ShallowCloneMethod · 0.80
SetTextMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected