#include <html.h>
Inheritance diagram for PHTML::Element:

Public Member Functions | |
| virtual | ~Element () |
Protected Types | |
| enum | OptionalCRLF { NoCRLF, OpenCRLF, CloseCRLF, BothCRLF } |
Protected Member Functions | |
| Element (const char *nam, const char *att, ElementInSet elmt, ElementInSet req, OptionalCRLF opt) | |
| virtual void | Output (PHTML &html) const |
| virtual void | AddAttr (PHTML &html) const |
Friends | |
| ostream & | operator<< (ostream &strm, const Element &elmt) |
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
Reimplemented in PHTML::Head, PHTML::Body, PHTML::Title, PHTML::DefinitionTerm, PHTML::DefinitionItem, PHTML::TableStart, and PHTML::TableEnd. |
|
||||||||||||
|
|
1.4.2