- addAttributevoid addAttribute(string value) 
- addAttributevoid addAttribute(string name, string value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- commentvoid comment(string text) 
- doctypevoid doctype(string text) 
- Write a DOCTYPE declaration. 
- endAttributesvoid endAttributes() 
- Write end of attributes and begin tag contents. 
- endAttributesAndTagvoid endAttributesAndTag() 
- Write end of attributes and tag. 
- endPIvoid endPI() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- endTagvoid endTag() 
- endTagvoid endTag(string name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- startDocumentvoid startDocument() 
- Write the beginning of an XML document. 
- startPIvoid startPI() 
- Write a processing instruction. 
- startPIvoid startPI(string name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- startTagvoid startTag() 
- Write opening a tag (no attributes). 
- startTagvoid startTag(string name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- startTagWithAttributesvoid startTagWithAttributes() 
- Write opening a tag (attributes follow). 
- startTagWithAttributesvoid startTagWithAttributes(string name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- textvoid text(char[] s) 
- Write plain text (escaping entities). 
Customizable XML writer.