- Inheritance
- Object
- DartHtmlDomObject
- NodeFilter
- Annotations
- DocsEditable()
- DomName('NodeFilter')
- Unstable()
Constants
- FILTER_ACCEPT → int
-
const
1 - FILTER_REJECT → int
-
const
2 - FILTER_SKIP → int
-
const
3 - SHOW_ALL → int
-
const
0xFFFFFFFF - SHOW_COMMENT → int
-
const
0x00000080 - SHOW_DOCUMENT → int
-
const
0x00000100 - SHOW_DOCUMENT_FRAGMENT → int
-
const
0x00000400 - SHOW_DOCUMENT_TYPE → int
-
const
0x00000200 - SHOW_ELEMENT → int
-
const
0x00000001 - SHOW_PROCESSING_INSTRUCTION → int
-
const
0x00000040 - SHOW_TEXT → int
-
const
0x00000004
Static Methods
Constructors
Properties
- blink_jsObject → JsObject
-
The underlying JS DOM object.
read / write, inherited - hashCode → int
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.…
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited