MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / NewText

Method NewText

ReClass/tinyxml2.cpp:2103–2108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ShallowCloneMethod · 0.80
SetTextMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected