NTriplesParser
|
Overloaded. Initializes a new instance of the NTriplesParser class. |
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 |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Load | Overloaded. 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 |
Warning | Event which is raised when there is a non-fatal issue with the NTriples being parsed |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
NTriplesParser Class | VDS.RDF.Parsing Namespace