1 Star 0 Fork 4.9K

平凡 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
OHOS-UIDumpDomTree.md 5.70 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

OHOS::UIDumpDomTree

Overview

Related Modules:

Graphic

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

Public Member Function Name

Description

DumpDomTree (const char *id, const char *path)

bool 

Exports information about a DOM tree starting from a specified DOM node and saves the information to a specified path.

DumpDomTree (const char *id)

bool 

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)

char * 

Exports information about a specified DOM node.

operator new (size_t size)

void * 

Overrides the new function.

operator delete (void *p)

void 

Overrides the delete function.

Static Public Member Functions

Static Public Member Function Name

Description

GetInstance ()

static UIDumpDomTree

Obtains an instance in singleton pattern.

1
https://gitee.com/pingfan_vs_hs/docs.git
git@gitee.com:pingfan_vs_hs/docs.git
pingfan_vs_hs
docs
docs
master

搜索帮助