DomTransformer class abstract

Transforms the HTML DOM.

Constructors

DomTransformer()
Creates a new DOM transformer
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ensureDocumentHeadIsAvailable(Document document) → void
Adds a HEAD element if necessary
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(Document document, MimeMessage message, TransformConfiguration configuration) → void
Transforms the document of the message using configuration.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited