- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- NodeFilter
- Annotations
- DocsEditable()
- DomName('NodeFilter')
- Unstable()
Constants
- FILTER_ACCEPT → int
-
1
- FILTER_REJECT → int
-
2
- FILTER_SKIP → int
-
3
- SHOW_ALL → int
-
0xFFFFFFFF
- SHOW_COMMENT → int
-
0x80
- SHOW_DOCUMENT → int
-
0x100
- SHOW_DOCUMENT_FRAGMENT → int
-
0x400
- SHOW_DOCUMENT_TYPE → int
-
0x200
- SHOW_ELEMENT → int
-
0x1
- SHOW_PROCESSING_INSTRUCTION → int
-
0x40
- SHOW_TEXT → int
-
0x4
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
Properties
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited