NodeParser class

Constructors

NodeParser(String _buffer, [int _line = 1, int _character = 0])

Properties

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

Methods

fromByteStream(ByteStream stream, {int line = 0, int character = 0}) Future<NodeParser>
getAtom() String
getNode() Future<Node>
getNodes() Future<List<Node>>
getNodeValue() NodeValue
getOrdinals() Map<Field, String>
getPath() String
getQuotedString() String
getString([int length = 1]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peekString([int length = 1]) String
skipChar(String char) → void
skipNewlineAndWhitespaces() → void
skipNewlines() → void
skipWhitespaces() → void
toString() String
A string representation of this object.
inherited
updateCounter(String extract) → void

Operators

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