#include <XMLSchemaValidation.hh>
|
| typedef std::list< std::string > | Errors |
| |
| typedef std::list< std::string > | Warnings |
| |
◆ Errors
◆ Warnings
◆ errors()
| std::list< std::string > const & utility::tag::XMLErrorHandler::errors |
( |
| ) |
const |
◆ handle_xml_error()
| void utility::tag::XMLErrorHandler::handle_xml_error |
( |
std::string const & |
message, |
|
|
int |
line |
|
) |
| |
◆ handle_xml_warning()
| void utility::tag::XMLErrorHandler::handle_xml_warning |
( |
std::string const & |
message, |
|
|
int |
line |
|
) |
| |
◆ lines_near_error()
| std::string utility::tag::XMLErrorHandler::lines_near_error |
( |
int |
line | ) |
const |
|
private |
◆ pop_node()
| void utility::tag::XMLErrorHandler::pop_node |
( |
| ) |
|
◆ push_node()
| void utility::tag::XMLErrorHandler::push_node |
( |
xmlNode * |
node | ) |
|
◆ set_file_contents()
| void utility::tag::XMLErrorHandler::set_file_contents |
( |
std::string const & |
file_contents | ) |
|
◆ warnings()
| std::list< std::string > const & utility::tag::XMLErrorHandler::warnings |
( |
| ) |
const |
◆ error_list_
| std::list< std::string > utility::tag::XMLErrorHandler::error_list_ |
|
private |
◆ file_lines_
◆ node_stack_
◆ warning_list_
| std::list< std::string > utility::tag::XMLErrorHandler::warning_list_ |
|
private |
The documentation for this class was generated from the following files: