CustomXmlFormatter.Mixin

Undocumented in source.
struct CustomXmlFormatter(char indentCharP, uint indentSizeP)
mixin template Mixin (
alias formatter
) {}

Members

Functions

indent
void indent()
Undocumented in source. Be warned that the author may not have intended to support it.
newLine
void newLine()

Implementation of formatter interface.

outdent
void outdent()
Undocumented in source. Be warned that the author may not have intended to support it.
startLine
void startLine()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta