StringParser Methods |
The StringParser type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetDatasetParser |
Uses the format detection rules to determine the most likely RDF Dataset Parser.
|
![]() ![]() | GetParser |
Uses the rules described in the remarks for the Parse() to return the most likely Parser.
|
![]() ![]() | GetResultSetParser |
Uses the format detection rules to return the most likely SPARQL Results parser.
|
![]() ![]() | Parse(IGraph, String) |
Parses a raw RDF String (attempts to auto-detect the format).
|
![]() ![]() | Parse(IGraph, String, IRdfReader) |
Parses a raw RDF String using the given IRdfReader.
|
![]() ![]() | ParseDataset(ITripleStore, String) |
Parses a raw RDF Dataset String (attempts to auto-detect the format).
|
![]() ![]() | ParseDataset(ITripleStore, String, IStoreReader) |
Parses a raw RDF Dataset String using the given Parser.
|
![]() ![]() | ParseResultSet(SparqlResultSet, String) |
Parses a raw SPARQL Results String (attempts to auto-detect the format).
|
![]() ![]() | ParseResultSet(SparqlResultSet, String, ISparqlResultsReader) |
Parses a raw SPARQL Results String using the given Parser.
|