#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 |
|
Constructor |
|
|
|
The column number in the xml document where the error occurred. |
|
The line number in the xml document where the error occurred. |
|
See libxml2 documentation |
|
The message of the errors |
|
Gives a string describing the position in the xml document. (either empty, or "at line ..., column ...") |
|
The severity of this error |
|
|
|
|
|
|
|
|
|
|