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 ()
 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.


Detailed Description

Wrapper around TiXmlDeclaration.

Constructor & Destructor Documentation

ticpp::Declaration::Declaration (  ) 

Default Constructor.

Construct an empty declaration.


Member Function Documentation

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?


The documentation for this class was generated from the following file:

Generated on Sun Feb 15 23:12:14 2009 for TinyXml by  doxygen 1.5.6