DOMNodeMapping<T> class

A wrapper for a mapped pair of a DOMTreeMap.

Available Extensions

Constructors

DOMNodeMapping(DOMTreeMap<T> treeMap, DOMNode domNode, T node)

Properties

domGenerator DOMGenerator<T>
no setter
domNode DOMNode
The DOMNode of this mapped pair.
final
hashCode int
The hash code for this object.
no setterinherited
node → T
The element T of this mapped pair.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
treeMap DOMTreeMap<T>
The DOMTreeMap of this pair.
final

Methods

nodeCast<E>() → E
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