VDS.RDF.Parsing.Contexts Namespace |
Namespace for Parser Context classes, these are classes that are used internally by parsers to store their state. This allows parsers to be safely used in a multi-threaded scenario so the parsing of one Graph/Store cannot affect the parsing of another.
| Class | Description | |
|---|---|---|
| BaseParserContext |
Base Class for Parser Contexts.
| |
| BaseResultsParserContext |
Base class for SPARQL Results Parser Contexts.
| |
| BaseStoreParserContext |
Base Class for Store Parser Contexts.
| |
| IncompleteTriple |
Represents an incomplete Triple as part of the RDFa parsing process.
| |
| JsonParserContext |
Parser Context for RDF/JSON Parsers.
| |
| Notation3ParserContext |
Parser Context for Notation 3 Parsers.
| |
| RdfAEvaluationContext |
Evaluation Context for RDFa Parsers.
| |
| RdfAParserContextTHtmlDocument |
Parser Context for RDFa Parsers.
| |
| RdfXmlParserContext |
Parser Context for RDF/XML Parser.
| |
| SparqlJsonParserContext |
SPARQL JSON Parser Context.
| |
| SparqlQueryParserContext |
Parser Context for SPARQL Query parser.
| |
| SparqlRdfParserContext |
Parser Context for SPARQL RDF Parser.
| |
| SparqlUpdateParserContext |
Parser Context for SPARQL Update Parser.
| |
| SparqlXmlParserContext |
Parser Context for SPARQL XML Results parsers.
| |
| TokenisingParserContext |
Class for Parser Contexts for Tokeniser based Parsing.
| |
| TokenisingResultParserContext |
Class for Tokenising SPARQL Results Parser Contexts.
| |
| TokenisingStoreParserContext |
Class for Store Parser Contexts for Tokeniser based Parsing.
| |
| TriGParserContext |
Parser Context class for TriG Parsers.
| |
| TurtleParserContext |
Parser Context for Turtle parsing.
|
| Interface | Description | |
|---|---|---|
| IEventParserContextT |
Interface for Event Parser contexts.
| |
| IParserContext |
Interface for Parser Contexts.
| |
| IResultsParserContext |
Interface for SPARQL Results Parser Contexts.
| |
| IStoreParserContext |
Interface for Store Parser Contexts.
| |
| ITokenisingParserContext |
Interface for Parser Contexts which use Tokeniser based parsing.
|
| Enumeration | Description | |
|---|---|---|
| IncompleteTripleDirection |
Possible Directions for Incomplete Triples.
|