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.