Node class
The backend keeps track of which DOM nodes have been sent, will only send each node once, and will only send events for nodes that have been sent.
Properties
-
attributes
→ Map<
String, String> ? -
latefinal
- childNodeCount → int?
-
no setter
-
children
→ List<
Node> ? -
latefinal
- contentDocument → Node?
-
no setter
- documentUrl → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- internalSubset → String?
-
no setter
- localName → String
-
no setter
- name → String?
-
no setter
- nodeId → int
-
no setter
- nodeName → String
-
no setter
- nodeType → int
-
no setter
- nodeValue → String
-
no setter
- publicId → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- systemId → String?
-
no setter
- value → String?
-
no setter
- xmlVersion → String?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited