TurtleDecoderOptions class

Configuration options for the Turtle decoder

This class provides configuration options for the Turtle decoder, allowing customization of parsing behavior.

Parameters:

  • parsingFlags A set of parsing flags that modify the parser's behavior, such as allowing non-standard Turtle syntax extensions or being more lenient with certain syntax requirements.
Inheritance

Constructors

TurtleDecoderOptions({Set<TurtleParsingFlag> parsingFlags = const {}})
Creates a new set of Turtle decoder options
const

Properties

hashCode int
The hash code for this object.
no setterinherited
parsingFlags Set<TurtleParsingFlag>
Flags that modify the parsing behavior
final
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

Static Methods

from(RdfGraphDecoderOptions options) TurtleDecoderOptions
Creates TurtleDecoderOptions from generic RdfGraphDecoderOptions