#include <ticpp.h>
Inheritance diagram for ticpp::Declaration:
Public Member Functions | |
Declaration (void) | |
Default Constructor. | |
Declaration (TiXmlDeclaration *declaration) | |
Constructor. | |
Declaration (const std::string &version, const std::string &encoding, const std::string &standalone) | |
Constructor. | |
std::string | Version (void) |
Version. | |
std::string | Encoding (void) |
Encoding. | |
std::string | Standalone (void) |
StandAlone. |
ticpp::Declaration::Declaration | ( | void | ) |
Default Constructor.
Construct an empty declaration.
std::string ticpp::Declaration::Encoding | ( | void | ) |
Encoding.
Will return an empty string if none was found.
std::string ticpp::Declaration::Standalone | ( | void | ) |
StandAlone.
Is this a standalone document?
std::string ticpp::Declaration::Version | ( | void | ) |
Version.
Will return an empty string if none was found.