ticpp::Declaration Class Reference

Wrapper around TiXmlDeclaration. More...

#include <ticpp.h>

Inheritance diagram for ticpp::Declaration:

ticpp::NodeImp< TiXmlDeclaration > ticpp::Node ticpp::Base List of all members.

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.

Detailed Description

Wrapper around TiXmlDeclaration.


Constructor & Destructor Documentation

ticpp::Declaration::Declaration ( void   ) 

Default Constructor.

Construct an empty declaration.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Thu Sep 7 14:23:33 2006 for TinyXml by  doxygen 1.4.7