#include <cgicc/XHTMLDoctype.h>
Inheritance diagram for cgicc::XHTMLDoctype:
Public Types | |
enum | EDocumentType { eStrict, eTransitional, eFrames } |
Public Member Functions | |
virtual void | render (std::ostream &out) const |
Write this object to a stream. |
This class add the XHTML Doc Type feature
Definition at line 44 of file XHTMLDoctype.h.
cgicc::XHTMLDoctype::XHTMLDoctype | ( | EDocumentType | type = eStrict |
) |
virtual cgicc::XHTMLDoctype::~XHTMLDoctype | ( | ) | [virtual] |
Destructor.
Delete this XHTMLDoctype.h object
cgicc::XHTMLDoctype::XHTMLDoctype | ( | EDocumentType | type = eStrict |
) |
virtual cgicc::XHTMLDoctype::~XHTMLDoctype | ( | ) | [virtual] |
Destructor.
Delete this XHTMLDoctype.h object
virtual void cgicc::XHTMLDoctype::render | ( | std::ostream & | out | ) | const [virtual] |
Write this object to a stream.
Subclasses must implement this function.
out | The ostream to which to write. |
Implements cgicc::MStreamable.