Orcus
|
Public Member Functions | |
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 & | operator= (const xml_declaration_t &other) |
bool | operator== (const xml_declaration_t &other) const |
bool | operator!= (const xml_declaration_t &other) const |
Public Attributes | |
uint8_t | version_major |
uint8_t | version_minor |
character_set_t | encoding |
bool | standalone |