--------- XMLElement ---------- //
| 1597 | |
| 1598 | // --------- XMLElement ---------- // |
| 1599 | XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ), |
| 1600 | _closingType( OPEN ), |
| 1601 | _rootAttribute( 0 ) |
| 1602 | { |
| 1603 | } |
| 1604 | |
| 1605 | |
| 1606 | XMLElement::~XMLElement() |
nothing calls this directly
no outgoing calls
no test coverage detected