#include <xmlreader.h>

Public Member Functions | |
| DomParseException (std::string msg, XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *pNode) | |
| virtual | ~DomParseException () |
| XERCES_CPP_NAMESPACE_QUALIFIER DOMNode * | where () |
| virtual std::string | str () |
Definition at line 426 of file xmlreader.h.
| XmlReader::DomParseException::DomParseException | ( | std::string | msg, | |
| XERCES_CPP_NAMESPACE_QUALIFIER DOMNode * | pNode | |||
| ) |
Create a new DomParseException.
| msg | The message associated with this exception. | |
| pNode | The DOM node that caused the exception. |
Definition at line 438 of file xmlreader.h.
| virtual XmlReader::DomParseException::~DomParseException | ( | ) | [virtual] |
| XERCES_CPP_NAMESPACE_QUALIFIER DOMNode* XmlReader::DomParseException::where | ( | ) |
Find out what DOM node caused the exception.
Definition at line 452 of file xmlreader.h.
| virtual std::string XmlReader::DomParseException::str | ( | ) | [virtual] |
Get the message associated with this exception.
This will append information about which DOM node caused the exception.
Definition at line 466 of file xmlreader.h.