----------------------------------------------------------------------------- Set this to default state at construction. -----------------------------------------------------------------------------
| 105 | // Set this to default state at construction. |
| 106 | // ----------------------------------------------------------------------------- |
| 107 | void SimXMLDocument::reset(void) |
| 108 | { |
| 109 | m_qDocument->Clear(); |
| 110 | m_paNode.clear(); |
| 111 | m_CurrentAttribute = 0; |
| 112 | } |
| 113 | |
| 114 | // ----------------------------------------------------------------------------- |
| 115 | // Get true if file loads successfully. |
no test coverage detected