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()
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Variables

indentLevel
uint indentLevel;
Undocumented in source.

Meta