xml_declaration_t
Defined in header: <orcus/types.hpp>
-
struct xml_declaration_t
Struct holding XML declaration properties.
Public Functions
-
xml_declaration_t()
-
xml_declaration_t(uint8_t _version_major, uint8_t _version_minor, character_set_t _encoding, bool _standalone)
-
xml_declaration_t(const xml_declaration_t &other)
-
~xml_declaration_t()
-
xml_declaration_t &operator=(const xml_declaration_t &other)
-
bool operator==(const xml_declaration_t &other) const
-
bool operator!=(const xml_declaration_t &other) const
Public Members
-
uint8_t version_major
-
uint8_t version_minor
-
character_set_t encoding
-
bool standalone
-
xml_declaration_t()