Node class abstract

这是一个HTML/XML元素,由下面这些组成 RootNode,ElementNode,TextNode,CommentNode

Implementers

Constructors

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

Properties

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

Methods

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

Operators

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