ae.utils.xmlwriter

An XML writer written for speed

Members

Aliases

DefaultXmlFormatter
alias DefaultXmlFormatter = CustomXmlFormatter!('\t', 1)
Undocumented in source.
PrettyXmlWriter
alias PrettyXmlWriter = CustomXmlWriter!(StringBuilder, DefaultXmlFormatter)
Undocumented in source.
XmlWriter
alias XmlWriter = CustomXmlWriter!(StringBuilder, NullXmlFormatter)
Undocumented in source.

Structs

CustomXmlFormatter
struct CustomXmlFormatter(char indentCharP, uint indentSizeP)
Undocumented in source.
CustomXmlWriter
struct CustomXmlWriter(WRITER, Formatter)
Undocumented in source.
NullXmlFormatter
struct NullXmlFormatter
Undocumented in source.

Templates

CustomXmlWriter
deprecated template CustomXmlWriter(Writer, bool pretty)
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>