|
|
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) |
This is overridden to allow us to write the DTD before we enter the <HTML> tag
Reimplemented from Entity