--------- XMLElement ---------- //
| 1178 | |
| 1179 | // --------- XMLElement ---------- // |
| 1180 | XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ), |
| 1181 | _closingType( 0 ), |
| 1182 | _rootAttribute( 0 ) { |
| 1183 | } |
| 1184 | |
| 1185 | |
| 1186 | XMLElement::~XMLElement() { |
nothing calls this directly
no outgoing calls
no test coverage detected