Inheritance
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

0x00000080
SHOW_DOCUMENT int

0x00000100
SHOW_DOCUMENT_FRAGMENT int

0x00000400
SHOW_DOCUMENT_TYPE int

0x00000200
SHOW_ELEMENT int

0x00000001
SHOW_PROCESSING_INSTRUCTION int

0x00000040
SHOW_TEXT int

0x00000004

Static Methods

internalCreateNodeFilter() NodeFilter

Constructors

NodeFilter.internal_()

Properties

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