MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / NewElement

Method NewElement

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2086–2091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2084}
2085
2086XMLElement* XMLDocument::NewElement( const char* name )
2087{
2088 XMLElement* ele = CreateUnlinkedNode<XMLElement>( _elementPool );
2089 ele->SetName( name );
2090 return ele;
2091}
2092
2093
2094XMLComment* XMLDocument::NewComment( const char* str )

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetNameMethod · 0.80

Tested by

no test coverage detected