dotNetRDF API Documentation

ITraceableTokeniser Interface

Interface for Parsers that support Tokeniser Tracing

For a list of all members of this type, see ITraceableTokeniser Members .

public interface ITraceableTokeniser

Types that implement ITraceableTokeniser

Type Description
Notation3Parser Parser for Notation 3 syntax
NQuadsParser Parser for parsing NQuads (NTriples with an additional Context i.e. Named Graphs)
NTriplesParser Parser for NTriples syntax which is designed specifically for NTriples
SparqlQueryParser Class for parsing SPARQL Queries into SparqlQuery objects that can be used to query a Graph or Triple Store
SparqlUpdateParser Class for parsing SPARQL Update commands into SparqlUpdateCommandSet objects that can be used to modify a Triple Store
TriGParser Parser for parsing TriG (Turtle with Named Graphs) RDF Syntax into a Triple Store
TurtleParser Parser for Turtle syntax

Requirements

Namespace: VDS.RDF.Parsing

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

ITraceableTokeniser Members | VDS.RDF.Parsing Namespace