#include "OW_config.h"#include "OW_Exception.hpp"Include dependency graph for OW_XMLParseException.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | OW_NAMESPACE |
Classes | |
| class | OW_NAMESPACE::XMLParseException |
Defines | |
| #define | OW_THROWXML(code, message) throw XMLParseException(__FILE__, __LINE__, (code), (message)); |
| #define | OW_THROWXMLLINE(code, line) throw XMLParseException(__FILE__, __LINE__, (code), 0, (line)); |
| #define | OW_THROWXMLLINEMSG(code, line, message) throw XMLParseException(__FILE__, __LINE__, (code), (message), (line)); |
|
|
|
Definition at line 86 of file OW_XMLParseException.hpp. Referenced by OW_NAMESPACE::XMLParserCore::getElement(), OW_NAMESPACE::XMLParserCore::getElementName(), and OW_NAMESPACE::XMLParserCore::next(). |
|
|
Definition at line 88 of file OW_XMLParseException.hpp. Referenced by OW_NAMESPACE::XMLParserCore::getAttributeNameAndEqual(), and OW_NAMESPACE::XMLParserCore::getAttributeValue(). |
1.4.6