TextNode class

它是HTML/XML元素中的文本内容。 比如.

Hello world!
那么: Hello world! is the TextNode 它是出现在HTML/Markup标签内的文本。

Inheritance

Constructors

TextNode(String? text)

Properties

attributes List<Attribute>?
getter/setter pairinherited
children List<Node>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
getter/setter pairinherited
text String?
getter/setter pairoverride
type String?
getter/setter pairoverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toMarKup() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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