Table of Contents

Method VisitChildren

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

VisitChildren(DomNode)

Visits every child of node in document order. The default implementation of every node method calls this, so overriding a node method and not calling it prunes the subtree.

protected virtual void VisitChildren(DomNode node)

Parameters

node DomNode

The node whose children are visited.