MCPcopy Create free account
hub / github.com/crossuo/crossuo / NewElement

Method NewElement

external/tinyxml2.cpp:2211–2216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2209}
2210
2211XMLElement* XMLDocument::NewElement( const char* name )
2212{
2213 XMLElement* ele = CreateUnlinkedNode<XMLElement>( _elementPool );
2214 ele->SetName( name );
2215 return ele;
2216}
2217
2218
2219XMLComment* XMLDocument::NewComment( const char* str )

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetNameMethod · 0.45

Tested by

no test coverage detected