MCPcopy Create free account
hub / github.com/Norbyte/bg3se / NewText

Method NewText

CoreLib/tinyxml2.cpp:2255–2260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2253
2254
2255XMLText* XMLDocument::NewText( const char* str )
2256{
2257 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool );
2258 text->SetValue( str );
2259 return text;
2260}
2261
2262
2263XMLDeclaration* XMLDocument::NewDeclaration( const char* str )

Callers 3

ShallowCloneMethod · 0.45
SetTextMethod · 0.45
InsertNewTextMethod · 0.45

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected