DOMBuilder

Undocumented in source.

Constructors

this
this(Document document, ValidationErrorCallable errorCallable, Node parent)
Undocumented in source.
this
this(Document document, Node parent)
Undocumented in source.

Members

Enums

Validate
anonymousenum Validate
Undocumented in source.

Functions

onAttrEnd
void onAttrEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
onAttrName
void onAttrName(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onAttrValue
void onAttrValue(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onCDATA
void onCDATA(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onComment
void onComment(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onDeclaration
void onDeclaration(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onDocumentEnd
void onDocumentEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
onEntity
void onEntity(HTMLString data, HTMLString decoded)
Undocumented in source. Be warned that the author may not have intended to support it.
onHexEntity
void onHexEntity(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onNamedEntity
void onNamedEntity(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onNumericEntity
void onNumericEntity(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onOpenEnd
void onOpenEnd(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onOpenStart
void onOpenStart(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onProcessingInstruction
void onProcessingInstruction(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelfClosing
void onSelfClosing()
Undocumented in source. Be warned that the author may not have intended to support it.
onText
void onText(HTMLString data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta