MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / XMLElement

Method XMLElement

sourcecommon/tinyxml2.cpp:1206–1210  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1204
1205// --------- XMLElement ---------- //
1206XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ),
1207 _closingType( 0 ),
1208 _rootAttribute( 0 )
1209{
1210}
1211
1212
1213XMLElement::~XMLElement()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected