class HTMLDocument

whole html document entity. More...

Definition#include <../common/html.h>
InheritsEntity
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

HTMLDocument

This class embodies the concept of the HTML Document. It encapsulates the <HTML></HTML> tags and allows only Two sub-Entities - namely a Head and a Body which it automatically contains for you.

Head& GetHeadEntity ()

Return the Head entity for the document.

This entity deals with things like <TITLE> etc.

Body& GetBodyEntity ()

Return the Body entity for the document.

This entity deals with all the information (body) of the document

void OutputHTML (Writer& wr)
[const virtual]

This is overridden to allow us to write the DTD before we enter the <HTML> tag

Reimplemented from Entity