RootNode class

它是JSON的起点,它包含实际的HTML/XML元素的子元素。 开始标记。它拥有孩子。

Inheritance

Constructors

RootNode(List<Node>? children)

Properties

attributes List<Attribute>?
getter/setter pairinherited
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 pairinherited
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