Function writeDOM

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

Prototype

void writeDOM(WriterType, NodeType)(
  auto ref WriterType writer,
  NodeType node
)
if (is(NodeType : dom.Node!(WriterType.StringType)));

Authors

Copyright

License