Home
last modified time | relevance | path

Searched refs:xml_parse_error (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dxml_parse.cpp104 throw xml_parse_error("Invalid tag", start); in xml_parse()
141 throw xml_parse_error("Invalid tag", start); in read_tag()
152 throw xml_parse_error("Invalid tag", start); in read_tag()
161 throw xml_parse_error("Invalid tag", start); in read_tag()
185 throw xml_parse_error("Invalid close tag", start); in read_close_tag()
190 throw xml_parse_error("Close tag doesn't match", start); in read_close_tag()
205 throw xml_parse_error("Invalid tag", start); in skip_question_mark_tag()
221 throw xml_parse_error("Invalid tag", start); in skip_question_mark_tag()
237 throw xml_parse_error("Invalid comment", start); in skip_exclamation_mark_tag()
244 throw xml_parse_error("Invalid tag", start); in skip_exclamation_mark_tag()
[all …]
Dxml_parse.hpp24 struct xml_parse_error;
118 struct xml_parse_error struct
123 xml_parse_error(char const* m, string_iterator p) in xml_parse_error() argument
Dbb2html.cpp213 } catch (quickbook::detail::xml_parse_error e) { in boostbook_to_html()