MCPcopy Create free account
hub / github.com/JayXon/Leanify / XMLElement

Method XMLElement

lib/tinyxml2/tinyxml2.cpp:1285–1289  ·  view source on GitHub ↗

--------- XMLElement ---------- //

Source from the content-addressed store, hash-verified

1283
1284// --------- XMLElement ---------- //
1285XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ),
1286 _closingType( 0 ),
1287 _rootAttribute( 0 )
1288{
1289}
1290
1291
1292XMLElement::~XMLElement()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected