Class SparqlUpdateParserContext
Parser Context for SPARQL Update Parser.
Inherited Members
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 SparqlUpdateParserContext : TokenisingParserContext, IParserContext, ITokenisingParserContext
Constructors
| Improve this Doc View SourceSparqlUpdateParserContext(ITokeniser)
Creates a new SPARQL Update Parser Context.
Declaration
public SparqlUpdateParserContext(ITokeniser tokeniser)
Parameters
Type | Name | Description |
---|---|---|
ITokeniser | tokeniser | Tokeniser. |
SparqlUpdateParserContext(ITokeniser, Boolean, Boolean)
Creates a new SPARQL Update Parser Context with custom settings.
Declaration
public SparqlUpdateParserContext(ITokeniser tokeniser, bool traceParsing, bool traceTokeniser)
Parameters
Type | Name | Description |
---|---|---|
ITokeniser | tokeniser | Tokeniser to use. |
System.Boolean | traceParsing | Whether to trace parsing. |
System.Boolean | traceTokeniser | Whether to trace tokenisation. |
SparqlUpdateParserContext(ITokeniser, TokenQueueMode)
Creates a new SPARQL Update Parser Context with custom settings.
Declaration
public SparqlUpdateParserContext(ITokeniser tokeniser, TokenQueueMode queueMode)
Parameters
Type | Name | Description |
---|---|---|
ITokeniser | tokeniser | Tokeniser to use. |
TokenQueueMode | queueMode | Tokeniser Queue Mode. |
SparqlUpdateParserContext(ITokeniser, TokenQueueMode, Boolean, Boolean)
Creates a new SPARQL Update Parser Context with custom settings.
Declaration
public SparqlUpdateParserContext(ITokeniser tokeniser, TokenQueueMode queueMode, bool traceParsing, bool traceTokeniser)
Parameters
Type | Name | Description |
---|---|---|
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 SourceCommandSet
Gets the Update Command Set that is being populated.
Declaration
public SparqlUpdateCommandSet CommandSet { get; }
Property Value
Type | Description |
---|---|
SparqlUpdateCommandSet |
DataBNodes
Gets the set of BNodes used in INSERT DATA commands so far.
Declaration
public HashSet<string> DataBNodes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<System.String> |
ExpressionFactories
Gets/Sets the locally scoped custom expression factories.
Declaration
public IEnumerable<ISparqlCustomExpressionFactory> ExpressionFactories { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ISparqlCustomExpressionFactory> |
NamespaceMap
Gets the Namespace Map.
Declaration
public NamespaceMapper NamespaceMap { get; }
Property Value
Type | Description |
---|---|
NamespaceMapper |