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