ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
CustomXmlFormatter.Mixin
ae
utils
xmlwriter
CustomXmlFormatter
Undocumented in source.
struct
CustomXmlFormatter
(char indentCharP, uint indentSizeP)
mixin template
Mixin (
alias
formatter
) {
void
newLine
();
void
startLine
();
void
indent
();
void
outdent
();
}
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
Source
See Implementation
ae
utils
xmlwriter
CustomXmlFormatter
manifest constants
indentChar
indentSize
mixin templates
Mixin
variables
enabled