MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / XMLElement

Method XMLElement

src/xml/tinyxml2.cpp:1180–1183  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1178
1179// --------- XMLElement ---------- //
1180XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ),
1181 _closingType( 0 ),
1182 _rootAttribute( 0 ) {
1183}
1184
1185
1186XMLElement::~XMLElement() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected