On this page
NodeFilter class
- 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
read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool inherited -
The equality operator.
Methods
- noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- toString(
) → String inherited -
Returns the result of the JavaScript objects
toString
method.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/NodeFilter-class.html