tagDOMNodeType class abstract

Constructors

tagDOMNodeType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

NODE_ATTRIBUTE → const int
NODE_CDATA_SECTION → const int
NODE_COMMENT → const int
NODE_DOCUMENT → const int
NODE_DOCUMENT_FRAGMENT → const int
NODE_DOCUMENT_TYPE → const int
NODE_ELEMENT → const int
NODE_ENTITY → const int
NODE_ENTITY_REFERENCE → const int
NODE_INVALID → const int
NODE_NOTATION → const int
NODE_PROCESSING_INSTRUCTION → const int
NODE_TEXT → const int