Click or drag to resize

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.

Classes
  ClassDescription
Public classBaseParserContext
Base Class for Parser Contexts.
Public classBaseResultsParserContext
Base class for SPARQL Results Parser Contexts.
Public classBaseStoreParserContext
Base Class for Store Parser Contexts.
Public classIncompleteTriple
Represents an incomplete Triple as part of the RDFa parsing process.
Public classJsonParserContext
Parser Context for RDF/JSON Parsers.
Public classNotation3ParserContext
Parser Context for Notation 3 Parsers.
Public classRdfAEvaluationContext
Evaluation Context for RDFa Parsers.
Public classRdfAParserContextTHtmlDocument
Parser Context for RDFa Parsers.
Public classRdfXmlParserContext
Parser Context for RDF/XML Parser.
Public classSparqlJsonParserContext
SPARQL JSON Parser Context.
Public classSparqlQueryParserContext
Parser Context for SPARQL Query parser.
Public classSparqlRdfParserContext
Parser Context for SPARQL RDF Parser.
Public classSparqlUpdateParserContext
Parser Context for SPARQL Update Parser.
Public classSparqlXmlParserContext
Parser Context for SPARQL XML Results parsers.
Public classTokenisingParserContext
Class for Parser Contexts for Tokeniser based Parsing.
Public classTokenisingResultParserContext
Class for Tokenising SPARQL Results Parser Contexts.
Public classTokenisingStoreParserContext
Class for Store Parser Contexts for Tokeniser based Parsing.
Public classTriGParserContext
Parser Context class for TriG Parsers.
Public classTurtleParserContext
Parser Context for Turtle parsing.
Interfaces
  InterfaceDescription
Public interfaceIEventParserContextT
Interface for Event Parser contexts.
Public interfaceIParserContext
Interface for Parser Contexts.
Public interfaceIResultsParserContext
Interface for SPARQL Results Parser Contexts.
Public interfaceIStoreParserContext
Interface for Store Parser Contexts.
Public interfaceITokenisingParserContext
Interface for Parser Contexts which use Tokeniser based parsing.
Enumerations
  EnumerationDescription
Public enumerationIncompleteTripleDirection
Possible Directions for Incomplete Triples.