Debugging class used for dumping the whole structure of the page DOM. More...
Public Types | |
enum | DumpFlags { DF_None = 0, DF_IncludeStyles = 1 << 1, DF_IncludeLayout = 1 << 2 } |
Public Member Functions | |
virtual void | Release ()=0 |
virtual | ~DebugDump () |
Public Attributes | |
const char * | Dump |
Debugging class used for dumping the whole structure of the page DOM.
|
virtual |
|
pure virtual |
const char* cohtml::DebugDump::Dump |