#include <libvisio_xml.h>
Public Member Functions | |
| XMLErrorWatcher () | |
| bool | isError () const |
| void | setError () |
Private Member Functions | |
| XMLErrorWatcher (const XMLErrorWatcher &) | |
| XMLErrorWatcher & | operator= (const XMLErrorWatcher &) |
Private Attributes | |
| bool | m_error |
| libvisio::XMLErrorWatcher::XMLErrorWatcher | ( | const XMLErrorWatcher & | ) | [private] |
| bool libvisio::XMLErrorWatcher::isError | ( | ) | const |
Referenced by libvisio::VSDXMetaData::parse(), and libvisio::VSDXParser::processXmlDocument().
| XMLErrorWatcher& libvisio::XMLErrorWatcher::operator= | ( | const XMLErrorWatcher & | ) | [private] |
| void libvisio::XMLErrorWatcher::setError | ( | ) |
bool libvisio::XMLErrorWatcher::m_error [private] |
Referenced by isError(), and setError().