CustomXmlWriter

Undocumented in source.

Members

Aliases

putDoctype
deprecated alias putDoctype = doctype
Undocumented in source.
putText
deprecated alias putText = text
Undocumented in source.

Functions

addAttribute
void addAttribute(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
addAttribute
void addAttribute(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
comment
void comment(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
doctype
void doctype(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
endAttributes
void endAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
endAttributesAndTag
void endAttributesAndTag()
Undocumented in source. Be warned that the author may not have intended to support it.
endPI
void endPI()
Undocumented in source. Be warned that the author may not have intended to support it.
endTag
void endTag()
Undocumented in source. Be warned that the author may not have intended to support it.
endTag
void endTag(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
popTag
void popTag()
Undocumented in source. Be warned that the author may not have intended to support it.
popTag
void popTag(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
pushTag
void pushTag(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
startDocument
void startDocument()
Undocumented in source. Be warned that the author may not have intended to support it.
startPI
void startPI()
Undocumented in source. Be warned that the author may not have intended to support it.
startPI
void startPI(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
startTag
void startTag()
Undocumented in source. Be warned that the author may not have intended to support it.
startTag
void startTag(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
startTagWithAttributes
void startTagWithAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
startTagWithAttributes
void startTagWithAttributes(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
text
void text(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Formatter.Mixin!formatter
Undocumented in source.

Variables

formatter
Formatter formatter;
Undocumented in source.
inAttributes
bool inAttributes;
Undocumented in source.
output
WRITER output;

You can set this to something to e.g. write to another buffer.

tagStack
string[] tagStack;
Undocumented in source.

Meta