# OHOS::UIDumpDomTree ## **Overview** **Related Modules:** [Graphic](Graphic.md) **Description:** Provides functions for exporting information about a specified DOM node or information about the DOM tree starting from a specified DOM node. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Public Member Functions
DumpDomTree (const char *id, const char *path) |
Exports information about a DOM tree starting from a specified DOM node and saves the information to a specified path. |
DumpDomTree (const char *id) |
Exports information about a DOM tree starting from a specified DOM node and saves the information to the default path. The default path is DEFAULT_DUMP_DOM_TREE_PATH. |
DumpDomNode (const char *id) |
|
operator new (size_t size) |
|
operator delete (void *p) |
GetInstance () |
static UIDumpDomTree * |