Module sophia::parser[][src]

Expand description

This module re-exports symbols from sophia_api::parser and sophia_turtle::parser. If the xml feature is enabled, it also re-exports sophia_xml::parser as xml.

Modules

Adapter for the Generalized TriG parser from RIO

Adapter for the N-Quads parser from RIO

Adapter for the N-Triples parser from RIO

Adapter for the TriG parser from RIO

Adapter for the Turtle parser from RIO

Parser for the RDF/XML concrete syntax of RDF, based on [rio_xml].

xml_legacyDeprecated

Parser for RDF XML.

Enums

A location in a parsed stream, which can be unknown, a specific point, or a span.

A position in a parsed stream.

Traits

A parser takes some data of type T, and returns a QuadSource.

A parser takes some data of type T, and returns a TripleSource.

This trait is meant to be implemented by errors raised by parsers.