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

Method NewDeclaration

native/thirdpart/tinyxml2/tinyxml2.cpp:2263–2268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2261
2262
2263XMLDeclaration* XMLDocument::NewDeclaration( const char* str )
2264{
2265 XMLDeclaration* dec = CreateUnlinkedNode<XMLDeclaration>( _commentPool );
2266 dec->SetValue( str ? str : "xml version=\"1.0\" encoding=\"UTF-8\"" );
2267 return dec;
2268}
2269
2270
2271XMLUnknown* XMLDocument::NewUnknown( const char* str )

Callers 3

toXMLMethod · 0.80
ShallowCloneMethod · 0.80
InsertNewDeclarationMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected