NodeFilter class

Inheritance
Annotations
  • @DocsEditable()
  • @DomName('NodeFilter')
  • @Unstable()

Constants

FILTER_ACCEPTint
@DocsEditable(), @DomName('NodeFilter.FILTER_ACCEPT')
1
FILTER_REJECTint
@DocsEditable(), @DomName('NodeFilter.FILTER_REJECT')
2
FILTER_SKIPint
@DocsEditable(), @DomName('NodeFilter.FILTER_SKIP')
3
SHOW_ALLint
@DocsEditable(), @DomName('NodeFilter.SHOW_ALL')
0xFFFFFFFF
SHOW_COMMENTint
@DocsEditable(), @DomName('NodeFilter.SHOW_COMMENT')
0x80
SHOW_DOCUMENTint
@DocsEditable(), @DomName('NodeFilter.SHOW_DOCUMENT')
0x100
SHOW_DOCUMENT_FRAGMENTint
@DocsEditable(), @DomName('NodeFilter.SHOW_DOCUMENT_FRAGMENT')
0x400
SHOW_DOCUMENT_TYPEint
@DocsEditable(), @DomName('NodeFilter.SHOW_DOCUMENT_TYPE')
0x200
SHOW_ELEMENTint
@DocsEditable(), @DomName('NodeFilter.SHOW_ELEMENT')
0x1
SHOW_PROCESSING_INSTRUCTIONint
@DocsEditable(), @DomName('NodeFilter.SHOW_PROCESSING_INSTRUCTION')
0x40
SHOW_TEXTint
@DocsEditable(), @DomName('NodeFilter.SHOW_TEXT')
0x4

Static Properties

instanceRuntimeTypeType
@Deprecated("Internal Use Only"), read-only

Constructors

NodeFilter.internal_()

Properties

hashCodeint
read-only, inherited
runtimeTypeType
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