MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / NewElement

Method NewElement

native/thirdpart/tinyxml2/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 5

toXMLMethod · 0.80
append_elementFunction · 0.80
insert_next_elementFunction · 0.80
InsertNewChildElementMethod · 0.80
ShallowCloneMethod · 0.80

Calls 1

SetNameMethod · 0.80

Tested by

no test coverage detected