Show / Hide Table of Contents

Class TriGParserContext

Parser Context class for TriG Parsers.
Inheritance
System.Object
BaseStoreParserContext
TokenisingStoreParserContext
TriGParserContext
Implements
IStoreParserContext
Inherited Members
TokenisingStoreParserContext._queue
TokenisingStoreParserContext._traceTokeniser
TokenisingStoreParserContext._localTokens
TokenisingStoreParserContext.Tokens
TokenisingStoreParserContext.LocalTokens
TokenisingStoreParserContext.TraceTokeniser
BaseStoreParserContext._traceParsing
BaseStoreParserContext.TraceParsing
BaseStoreParserContext.Handler
BaseStoreParserContext.Namespaces
BaseStoreParserContext.BaseUri
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public class TriGParserContext : TokenisingStoreParserContext, IStoreParserContext

Constructors

| Improve this Doc View Source

TriGParserContext(IRdfHandler, ITokeniser)

Creates a new TriG Parser Context with default settings.
Declaration
public TriGParserContext(IRdfHandler handler, ITokeniser tokeniser)
Parameters
Type Name Description
IRdfHandler handler Store to parse into.
ITokeniser tokeniser Tokeniser to use.
| Improve this Doc View Source

TriGParserContext(IRdfHandler, ITokeniser, Boolean, Boolean)

Creates a new TriG Parser Context with custom settings.
Declaration
public TriGParserContext(IRdfHandler handler, ITokeniser tokeniser, bool traceParsing, bool traceTokeniser)
Parameters
Type Name Description
IRdfHandler handler Store to parse into.
ITokeniser tokeniser Tokeniser to use.
System.Boolean traceParsing Whether to trace parsing.
System.Boolean traceTokeniser Whether to trace tokenisation.
| Improve this Doc View Source

TriGParserContext(IRdfHandler, ITokeniser, TokenQueueMode)

Creates a new TrigG Parser Context with custom settings.
Declaration
public TriGParserContext(IRdfHandler handler, ITokeniser tokeniser, TokenQueueMode queueMode)
Parameters
Type Name Description
IRdfHandler handler Store to parse into.
ITokeniser tokeniser Tokeniser to use.
TokenQueueMode queueMode Tokeniser Queue Mode.
| Improve this Doc View Source

TriGParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean)

Creates a new TriG Parser Context with custom settings.
Declaration
public TriGParserContext(IRdfHandler handler, ITokeniser tokeniser, TokenQueueMode queueMode, bool traceParsing, bool traceTokeniser)
Parameters
Type Name Description
IRdfHandler handler Store to parse into.
ITokeniser tokeniser Tokeniser to use.
TokenQueueMode queueMode Tokeniser Queue Mode.
System.Boolean traceParsing Whether to trace parsing.
System.Boolean traceTokeniser Whether to trace tokenisation.
| Improve this Doc View Source

TriGParserContext(ITripleStore, ITokeniser)

Creates a new TriG Parser Context with default settings.
Declaration
public TriGParserContext(ITripleStore store, ITokeniser tokeniser)
Parameters
Type Name Description
ITripleStore store Store to parse into.
ITokeniser tokeniser Tokeniser to use.
| Improve this Doc View Source

TriGParserContext(ITripleStore, ITokeniser, Boolean, Boolean)

Creates a new TriG Parser Context with custom settings.
Declaration
public TriGParserContext(ITripleStore store, ITokeniser tokeniser, bool traceParsing, bool traceTokeniser)
Parameters
Type Name Description
ITripleStore store Store to parse into.
ITokeniser tokeniser Tokeniser to use.
System.Boolean traceParsing Whether to trace parsing.
System.Boolean traceTokeniser Whether to trace tokenisation.
| Improve this Doc View Source

TriGParserContext(ITripleStore, ITokeniser, TokenQueueMode)

Creates a new TrigG Parser Context with custom settings.
Declaration
public TriGParserContext(ITripleStore store, ITokeniser tokeniser, TokenQueueMode queueMode)
Parameters
Type Name Description
ITripleStore store Store to parse into.
ITokeniser tokeniser Tokeniser to use.
TokenQueueMode queueMode Tokeniser Queue Mode.
| Improve this Doc View Source

TriGParserContext(ITripleStore, ITokeniser, TokenQueueMode, Boolean, Boolean)

Creates a new TriG Parser Context with custom settings.
Declaration
public TriGParserContext(ITripleStore store, ITokeniser tokeniser, TokenQueueMode queueMode, bool traceParsing, bool traceTokeniser)
Parameters
Type Name Description
ITripleStore store Store to parse into.
ITokeniser tokeniser Tokeniser to use.
TokenQueueMode queueMode Tokeniser Queue Mode.
System.Boolean traceParsing Whether to trace parsing.
System.Boolean traceTokeniser Whether to trace tokenisation.

Properties

| Improve this Doc View Source

DefaultGraphExists

Gets/Sets whether the Default Graph exists.
Declaration
public bool DefaultGraphExists { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Syntax

Gets/Sets the Syntax to be used.
Declaration
public TriGSyntax Syntax { get; set; }
Property Value
Type Description
TriGSyntax

Implements

IStoreParserContext

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TriGParserContext(IRdfHandler, ITokeniser)
    • TriGParserContext(IRdfHandler, ITokeniser, Boolean, Boolean)
    • TriGParserContext(IRdfHandler, ITokeniser, TokenQueueMode)
    • TriGParserContext(IRdfHandler, ITokeniser, TokenQueueMode, Boolean, Boolean)
    • TriGParserContext(ITripleStore, ITokeniser)
    • TriGParserContext(ITripleStore, ITokeniser, Boolean, Boolean)
    • TriGParserContext(ITripleStore, ITokeniser, TokenQueueMode)
    • TriGParserContext(ITripleStore, ITokeniser, TokenQueueMode, Boolean, Boolean)
  • Properties
    • DefaultGraphExists
    • Syntax
  • Implements
  • Extension Methods
Back to top Generated by DocFX