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

Variables

inAttributes
bool inAttributes;
Undocumented in source.
indentLevel
uint indentLevel;
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