MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / NewElement

Method NewElement

3rdparty/tinyxml2/tinyxml2.cpp:2271–2276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269}
2270
2271XMLElement* XMLDocument::NewElement( const char* name )
2272{
2273 XMLElement* ele = CreateUnlinkedNode<XMLElement>( _elementPool );
2274 ele->SetName( name );
2275 return ele;
2276}
2277
2278
2279XMLComment* XMLDocument::NewComment( const char* str )

Callers 7

InsertNewChildElementMethod · 0.80
ShallowCloneMethod · 0.80
addNodeModelToXMLFunction · 0.80
addTreeToXMLFunction · 0.80
writeTreeNodesModelXMLFunction · 0.80
writeTreeXSDFunction · 0.80
WriteTreeToXMLFunction · 0.80

Calls 1

SetNameMethod · 0.80

Tested by

no test coverage detected