interface
DomNodeToHtmlReporter
{
 Â
(
   Â
node
:
null
|
Node
,
   Â
depth
:
number
,
   Â
html
:
string
 Â
)
:
void
;
}
Parameters#
node
#
The node being parsed.
depth
#
How many parents this node have.
html
#
The HTML representation of this node and its children.