writeDOM

Outputs the entire DOM tree rooted at node using the given writer.

@safe
void
writeDOM
(
WriterType
)
(
auto ref WriterType writer
,
dom.Node node
)

Meta