ElementNode class

它是包含属性和子元素的HTML/XML标记。 应该指定标签(例如:div)。支持属性和子元素。

Inheritance

Constructors

ElementNode({String? tag, List<Attribute>? attributes, List<Node>? children})

Properties

attributes List<Attribute>?
getter/setter pairoverride
children List<Node>?
getter/setter pairoverride
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 pairoverride
text String?
getter/setter pairinherited
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