|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <qfile.h>#include <iostream>#include "Tympan/core/logging.h"#include "Tympan/core/exceptions.h"#include "Tympan/models/business/DOMSave.h"#include "TYXMLManager.h"
Go to the source code of this file.
Functions | |
| void | handle_xml_parsing_error (std::string cause, std::string msg, int err_line, int err_col) |
| QDomDocument | parse_xml_file (const QString &filepath) |
| QDomDocument | parse_xml_content (const QString &xml_content) |
| void handle_xml_parsing_error | ( | std::string | cause, |
| std::string | msg, | ||
| int | err_line, | ||
| int | err_col | ||
| ) |
Write XML parsing error on std::err and throw a tympan::invalid_data exception
Definition at line 34 of file TYXMLManager.cpp.

| QDomDocument parse_xml_content | ( | const QString & | xml_content | ) |
Parse XML content from xml_content and return the corresponding QDomDocument.
Definition at line 70 of file TYXMLManager.cpp.


| QDomDocument parse_xml_file | ( | const QString & | filepath | ) |
Parse XML from file filepath and return the corresponding QDomDocument.
Definition at line 46 of file TYXMLManager.cpp.

