ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
CustomXmlFormatter
ae
utils
xmlwriter
Customizable formatter.
struct
CustomXmlFormatter (
char
indentCharP
uint
indentSizeP
) {
enum
indentChar
;
enum
indentSize
;
bool
enabled
;
mixintemplate
Mixin
(alias formatter)
;
}
Members
Manifest constants
indentChar
enum
indentChar
;
indentSize
enum
indentSize
;
Mixin templates
Mixin
mixintemplate
Mixin
(alias formatter)
Undocumented in source.
Variables
enabled
bool
enabled
;
Implementation of formatter interface.
Meta
Source
See Implementation
ae
utils
xmlwriter
aliases
DefaultXmlFormatter
PrettyXmlWriter
XmlWriter
structs
CustomXmlFormatter
CustomXmlWriter
NullXmlFormatter
Customizable formatter.