24#ifndef XXHTMLDoctype_H
25#define XXHTMLDoctype_H
73 virtual void render(std::ostream& out)
const;
81#define xmlnsXHTML() set("xmlns", "http://www.w3.org/1999/xhtml")
Abstract base class for all streamable objects.
Mix-in streamable interface.
Class that abstracts a XHTML Doc Type.
virtual ~XHTMLDoctype()
Destructor.
virtual void render(std::ostream &out) const
Write this object to a stream.
XHTMLDoctype(EDocumentType type=eStrict)
Constructor.
The namespace containing the cgicc library.