HTMLHandle class

Methods and handles for HTML

Constructors

HTMLHandle()
Methods and handles for HTML
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

inlineCss(Iterable<File> files) → void
Loop through a list of html files and remove all css definitions to inline style configuration for each html element.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recursiveCheck(Element element, void callback(Element element)) → void
Loop through all elements in the HTML tree (depth first)
toString() String
A string representation of this object.
inherited

Operators

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