- closeStartTag
void closeStartTag(Flag!"emptyTag" emptyTag)
Undocumented in source. Be warned that the author may not have intended to support it.
- openStartTag
void openStartTag(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- sink
Sink sink()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(XmlNode document)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeAttr
void writeAttr(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeCDATA
void writeCDATA(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeEndTag
void writeEndTag(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeText
void writeText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
This struct is used to output XML string representation in a specific format.