Click or drag to resize

StringParser Methods

The StringParser type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDatasetParser
Uses the format detection rules to determine the most likely RDF Dataset Parser.
Public methodStatic memberGetParser
Uses the rules described in the remarks for the Parse() to return the most likely Parser.
Public methodStatic memberGetResultSetParser
Uses the format detection rules to return the most likely SPARQL Results parser.
Public methodStatic memberParse(IGraph, String)
Parses a raw RDF String (attempts to auto-detect the format).
Public methodStatic memberParse(IGraph, String, IRdfReader)
Parses a raw RDF String using the given IRdfReader.
Public methodStatic memberParseDataset(ITripleStore, String)
Parses a raw RDF Dataset String (attempts to auto-detect the format).
Public methodStatic memberParseDataset(ITripleStore, String, IStoreReader)
Parses a raw RDF Dataset String using the given Parser.
Public methodStatic memberParseResultSet(SparqlResultSet, String)
Parses a raw SPARQL Results String (attempts to auto-detect the format).
Public methodStatic memberParseResultSet(SparqlResultSet, String, ISparqlResultsReader)
Parses a raw SPARQL Results String using the given Parser.
Top
See Also