#include <XMLNodeIterator.h>
Public Member Functions | |
| XMLParserError (const char *msg, int severity, xmlTextReaderLocatorPtr locator, int docLine, int docColumn) throw () | |
| ~XMLParserError () throw () | |
| std::string | msg () const throw () |
| int | severity () const throw () |
| xmlTextReaderLocatorPtr | locator () const throw () |
| int | docLine () const throw () |
| int | docColumn () const throw () |
| std::string | position () const throw () |
Private Attributes | |
| std::string | _msg |
| int | _severity |
| xmlTextReaderLocatorPtr | _locator |
| int | _docLine |
| int | _docColumn |
| XMLParserError::XMLParserError | ( | const char * | msg, | |
| int | severity, | |||
| xmlTextReaderLocatorPtr | locator, | |||
| int | docLine, | |||
| int | docColumn | |||
| ) | throw () |
Constructor
| XMLParserError::~XMLParserError | ( | ) | throw () |
| std::string XMLParserError::msg | ( | ) | const throw () |
The message of the errors
| int XMLParserError::severity | ( | ) | const throw () |
The severity of this error
| xmlTextReaderLocatorPtr XMLParserError::locator | ( | ) | const throw () |
See libxml2 documentation
| int XMLParserError::docLine | ( | ) | const throw () |
The line number in the xml document where the error occurred.
| int XMLParserError::docColumn | ( | ) | const throw () |
The column number in the xml document where the error occurred.
| std::string XMLParserError::position | ( | ) | const throw () |
Gives a string describing the position in the xml document. (either empty, or "at line ..., column ...")
std::string XMLParserError::_msg [private] |
int XMLParserError::_severity [private] |
int XMLParserError::_docLine [private] |
int XMLParserError::_docColumn [private] |
1.5.3