- 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.
- 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.