HtmlToSpanVisitor class
- Inheritance
-
- Object
- TreeVisitor
- HtmlToSpanVisitor
Constructors
- HtmlToSpanVisitor({WidgetVisitor? visitor, TextStyle? parentStyle})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parentStyle → TextStyle
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visitor → WidgetVisitor
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toVisit(
List< Node> nodes) → List<SpanNode> -
visit(
Node node) → void -
inherited
-
visitChildren(
Node node) → void -
inherited
-
visitComment(
Comment node) → void -
inherited
-
visitDocument(
Document node) → void -
inherited
-
visitDocumentFragment(
DocumentFragment node) → void -
inherited
-
visitDocumentType(
DocumentType node) → void -
inherited
-
visitElement(
Element node) → void -
override
-
visitNodeFallback(
Node node) → void -
The fallback handler if the more specific visit method hasn't been
overriden. Only use this from a subclass of
TreeVisitor
, otherwise callvisit
instead.inherited -
visitText(
Text node) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited