- Handler
alias Handler = void delegate(string)
Undocumented in source.
- ElementHandler
alias ElementHandler = void delegate(in Element element)
Undocumented in source.
- ParserHandler
alias ParserHandler = void delegate(ElementParser parser)
Undocumented in source.
- tag
const(Tag) tag [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onStartTag
ParserHandler[string] onStartTag;
Undocumented in source.
- onEndTag
ElementHandler[string] onEndTag;
Undocumented in source.
- onText
Handler onText [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onTextRaw
void onTextRaw(Handler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onCData
Handler onCData [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onComment
Handler onComment [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onPI
Handler onPI [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onXI
Handler onXI [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
void parse()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.