- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- NodeFilter
- Annotations
- @DocsEditable()
- @DomName('NodeFilter')
- @Unstable()
Constants
- FILTER_ACCEPT → int
-
@DocsEditable(), @DomName('NodeFilter.FILTER_ACCEPT')
1
- FILTER_REJECT → int
-
@DocsEditable(), @DomName('NodeFilter.FILTER_REJECT')
2
- FILTER_SKIP → int
-
@DocsEditable(), @DomName('NodeFilter.FILTER_SKIP')
3
- SHOW_ALL → int
-
@DocsEditable(), @DomName('NodeFilter.SHOW_ALL')
0xFFFFFFFF
- SHOW_COMMENT → int
-
@DocsEditable(), @DomName('NodeFilter.SHOW_COMMENT')
0x80
- SHOW_DOCUMENT → int
-
@DocsEditable(), @DomName('NodeFilter.SHOW_DOCUMENT')
0x100
- SHOW_DOCUMENT_FRAGMENT → int
-
@DocsEditable(), @DomName('NodeFilter.SHOW_DOCUMENT_FRAGMENT')
0x400
- SHOW_DOCUMENT_TYPE → int
-
@DocsEditable(), @DomName('NodeFilter.SHOW_DOCUMENT_TYPE')
0x200
- SHOW_ELEMENT → int
-
@DocsEditable(), @DomName('NodeFilter.SHOW_ELEMENT')
0x1
- SHOW_PROCESSING_INSTRUCTION → int
-
@DocsEditable(), @DomName('NodeFilter.SHOW_PROCESSING_INSTRUCTION')
0x40
- SHOW_TEXT → int
-
@DocsEditable(), @DomName('NodeFilter.SHOW_TEXT')
0x4
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), 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