#include <cgicc/HTMLDoctype.h>
Inheritance diagram for cgicc::HTMLDoctype:
Public Types | |
enum | EDocumentType { eStrict, eTransitional, eFrames } |
Public Member Functions | |
HTMLDoctype (EDocumentType type=eStrict) | |
Constructor. | |
virtual | ~HTMLDoctype () |
Destructor. | |
virtual void | render (std::ostream &out) const |
Write this object to a stream. |
To use this class, simply write an object of this type to an ostream:
For more information, seeout << cgicc::HTMLDoctype();
http://www.w3.org/MarkUp/
and http://www.w3.org/TR/REC-html40/
Definition at line 54 of file HTMLDoctype.h.
|
The DTD used by this document.
Definition at line 59 of file HTMLDoctype.h. |
|
Constructor.
|
|
Write this object to a stream. Subclasses must implement this function.
Implements cgicc::MStreamable. |