ElementParser

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

ElementHandler
alias ElementHandler = void delegate(in Element element)
Undocumented in source.
Handler
alias Handler = void delegate(string)
Undocumented in source.
ParserHandler
alias ParserHandler = void delegate(ElementParser parser)
Undocumented in source.

Functions

onTextRaw
void onTextRaw(Handler handler)
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.

Properties

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.
onText
Handler onText [@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.
tag
const(Tag) tag [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

onEndTag
ElementHandler[string] onEndTag;
Undocumented in source.
onStartTag
ParserHandler[string] onStartTag;
Undocumented in source.

Meta