DOMActionExecutorDartHTML class

Inheritance
Available Extensions

Constructors

DOMActionExecutorDartHTML()

Properties

domGenerator DOMGenerator<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

Methods

call(String name, List<String> parameters, Node? target, Node? self, DOMTreeMap? treeMap, DOMContext? context) Node?
inherited
callAddClass(Node? target, List<String> classes) Node?
override
callClear(Node? target) Node?
override
callClearClass(Node? target) Node?
override
callHide(Node? target) Node?
override
callLocale(Node? target, List<String> parameters, DOMContext? context) Node?
override
callRemove(Node? target) Node?
override
callRemoveClass(Node target, List<String> classes) Node
override
callSetClass(Node? target, List<String> classes) Node?
override
callShow(Node? target) Node?
override
execute(DOMAction<Node> action, Node? target, Node? self, {DOMTreeMap? treeMap, DOMContext? context}) Node?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String? actionLine) DOMAction<Node>?
inherited
selectByID(String id, Node? target, Node? self, DOMTreeMap? treeMap, DOMContext? context) Node
override
toString() String
A string representation of this object.
inherited

Operators

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