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