doctype_declaration

Defined in header: <orcus/sax_parser_base.hpp>

struct doctype_declaration

Document type declaration passed by sax_parser to its handler’s doctype() call.

Public Types

enum class keyword_type

Values:

enumerator dtd_public
enumerator dtd_private

Public Members

keyword_type keyword
std::string_view root_element
std::string_view fpi
std::string_view uri