cohtml::DebugDump
Debugging class used for dumping the whole structure of the page DOM.
#include <View.h>
Public Types #
| Name |
---|
enum | DumpFlags { DF_None = 0, DF_IncludeStyles = 1 « 1, DF_IncludeLayout = 1 « 2} |
Public Functions #
Public Attributes #
Public Types Documentation #
enum DumpFlags #
Enumerator | Value | Description |
---|
DF_None | 0 | |
DF_IncludeStyles | 1 « 1 | |
DF_IncludeLayout | 1 « 2 | |
Public Functions Documentation #
function Release #
virtual void Release() =0
function ~DebugDump #
virtual ~DebugDump()
Public Attributes Documentation #
variable Dump #
const char * Dump;