dotNetRDF API Documentation

NTriplesParser Members

NTriplesParser overview

Public Instance Constructors

NTriplesParser Overloaded. Initializes a new instance of the NTriplesParser class.

Public Instance Properties

TokenQueueMode Gets/Sets the token queue mode used
TraceParsing Controls whether Parser progress will be traced by writing output to the Console
TraceTokeniser Controls whether Tokeniser progress will be traced by writing output to the Console

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
LoadOverloaded. Parses NTriples Syntax from the given Input Stream into Triples in the given Graph
ToString Gets the String representation of the Parser which is a description of the syntax it parses

Public Instance Events

Warning Event which is raised when there is a non-fatal issue with the NTriples being parsed

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

NTriplesParser Class | VDS.RDF.Parsing Namespace