Node class abstract

Base class for Markdown AST item such as Element and Text.

Implementers

Constructors

Node()

Properties

end → SourceLocation
The end location of this node.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start → SourceLocation
The start location of this node.
no setter
textContent String
no setter

Methods

accept(NodeVisitor visitor) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Outputs the attributes as a Map.
toString() String
A string representation of this object.
inherited

Operators

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