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

Method ~XMLElement

src/xml/tinyxml2.cpp:1186–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184
1185
1186XMLElement::~XMLElement() {
1187 while( _rootAttribute ) {
1188 XMLAttribute* next = _rootAttribute->_next;
1189 DeleteAttribute( _rootAttribute );
1190 _rootAttribute = next;
1191 }
1192}
1193
1194
1195const XMLAttribute* XMLElement::FindAttribute( const char* name ) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected