TriGDecoderOptions class

Configuration options for the TriG decoder

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

Parameters:

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

Constructors

TriGDecoderOptions({Set<TriGParsingFlag> parsingFlags = const {}})
Creates a new set of TriG decoder options
const

Properties

hashCode int
The hash code for this object.
no setterinherited
parsingFlags Set<TriGParsingFlag>
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) TriGDecoderOptions
Creates TriGDecoderOptions from generic RdfDatasetDecoderOptions