sax_ns_parser_element
Defined in header: <orcus/sax_ns_parser.hpp>
-
struct sax_ns_parser_element
Public Members
-
xmlns_id_t ns
Element namespace identifier.
-
std::string_view ns_alias
Element namespace alias.
-
std::string_view name
Element name.
-
std::ptrdiff_t begin_pos
Position of the opening brace ‘<’.
-
std::ptrdiff_t end_pos
Position immediately after the closing brace ‘>’.