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

Method NewElement

CoreLib/tinyxml2.cpp:2239–2244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2237}
2238
2239XMLElement* XMLDocument::NewElement( const char* name )
2240{
2241 XMLElement* ele = CreateUnlinkedNode<XMLElement>( _elementPool );
2242 ele->SetName( name );
2243 return ele;
2244}
2245
2246
2247XMLComment* XMLDocument::NewComment( const char* str )

Callers 2

InsertNewChildElementMethod · 0.45
ShallowCloneMethod · 0.45

Calls 1

SetNameMethod · 0.45

Tested by

no test coverage detected