IXmlPrinter

Specification for an XML serializer

Members

Aliases

Doc
alias Doc = Document!(T)
Undocumented in source.
Node
alias Node = Doc.Node
Undocumented in source.
opCall
alias opCall = print
Undocumented in source.

Functions

print
T[] print(Doc doc)

Generate a text representation of the document tree

print
void print(Node root, void delegate(T[][]...) emit)

Generate a representation of the given node-subtree

Meta