Class: exml::DeclarationXML
Synopsis:
+ DeclarationXML (const std::string & _version,
enum unicode::charset _format,
bool _standalone);
+ DeclarationXML (const std::u32string & _version,
enum unicode::charset _format,
bool _standalone);
+ ~DeclarationXML (void);
Object Hierarchy:
Node +--> exml::AttributeList +--> exml::Declaration +--> exml::DeclarationXML
Detail:
exml::DeclarationXML ()
DeclarationXML(const std::string & _version,
enum unicode::charset _format,
bool _standalone);
Constructor for the generic declaration :
Parameter [input]: _version Xml version.
Parameter [input]: _format charset of the XML
Parameter [input]: _standalone this document is standalone
exml::DeclarationXML ()
DeclarationXML(const std::u32string & _version,
enum unicode::charset _format,
bool _standalone);
exml::~DeclarationXML ()
~DeclarationXML(void);
Destructor
exml::DeclarationXML ()
DeclarationXML(const std::string & _version, enum unicode::charset _format, bool _standalone);
Constructor for the generic declaration :
-
Parameter [input]: _version Xml version.
Parameter [input]: _format charset of the XML
Parameter [input]: _standalone this document is standalone
exml::DeclarationXML ()
DeclarationXML(const std::u32string & _version, enum unicode::charset _format, bool _standalone);
exml::~DeclarationXML ()
~DeclarationXML(void);
Destructor