MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / NewText

Method NewText

Engine/lib/tinyxml/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 13

writeValueMethod · 0.80
ShallowCloneMethod · 0.80
SetTextMethod · 0.80
InsertNewTextMethod · 0.80
addTextMethod · 0.80
addDataMethod · 0.80
exportColladaHeaderMethod · 0.80
exportColladaMeshMethod · 0.80
exportColladaSceneMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected