#include <xerceswriter.h>
Public Member Functions | |
| XercesWriter () | |
| Initializes the xerces system. | |
| void | CreateDocument (const std::string &rootname) |
| Create a new document for the instance to use. | |
| XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument * | GetDocument () |
| const XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument * | GetDocument () const |
| void | WriteFile (const std::string &file) |
| This is the call that serializes the XML Tree. | |
Protected Member Functions | |
| ~XercesWriter () | |
| Does NOT destroy the xerces system. | |
| XercesWriter::XercesWriter | ( | ) |
Initializes the xerces system.
| XercesWriter::~XercesWriter | ( | ) | [protected] |
Does NOT destroy the xerces system.
| void XercesWriter::CreateDocument | ( | const std::string & | rootname | ) |
Create a new document for the instance to use.
| rootname | the name of the root XML node. |
| XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument* dtUtil::XercesWriter::GetDocument | ( | ) | [inline] |
| const XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument* dtUtil::XercesWriter::GetDocument | ( | ) | const [inline] |
| void XercesWriter::WriteFile | ( | const std::string & | file | ) |
This is the call that serializes the XML Tree.
| the | filename |