#include <html.h>
|
enum | OptionalCRLF { NoCRLF,
OpenCRLF,
CloseCRLF,
BothCRLF
} |
|
| TableElement (const char *nam, const char *att, ElementInSet elmt, ElementInSet req, OptionalCRLF opt) |
|
virtual | ~Element () |
|
| Element (const char *nam, ElementInSet elmt=NumElementsInSet, ElementInSet req=InBody, OptionalCRLF opt=BothCRLF) |
|
| Element (const char *nam, const char *att, ElementInSet elmt=NumElementsInSet, ElementInSet req=InBody, OptionalCRLF opt=BothCRLF) |
|
virtual void PHTML::TableStart::AddAttr |
( |
PHTML & |
html | ) |
const |
|
protectedvirtual |
virtual void PHTML::TableStart::Output |
( |
PHTML & |
html | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file: