HTMLImageNodeParser class

Inheritance

Constructors

HTMLImageNodeParser()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The id of the node parser.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processChildrenNodes(Iterable<Node> nodes, {required List<HTMLNodeParser> encodeParsers}) List<Node>
inherited
toHTMLString(List<Node> nodes) String
inherited
toString() String
A string representation of this object.
inherited
transformNodeToDomNodes(Node node, {required List<HTMLNodeParser> encodeParsers}) List<Node>
Convert the node to html nodes.
override
transformNodeToHTMLString(Node node, {required List<HTMLNodeParser> encodeParsers}) String
Transform the node to html string.
override
wrapChildrenNodesWithTagName(String tagName, {required List<Node> childNodes}) → Element
inherited

Operators

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