SparqlUpdateParserContext Class |
Namespace: VDS.RDF.Parsing.Contexts
The SparqlUpdateParserContext type exposes the following members.
| Name | Description | |
|---|---|---|
| SparqlUpdateParserContext(ITokeniser) |
Creates a new SPARQL Update Parser Context.
| |
| SparqlUpdateParserContext(ITokeniser, TokenQueueMode) |
Creates a new SPARQL Update Parser Context with custom settings.
| |
| SparqlUpdateParserContext(ITokeniser, Boolean, Boolean) |
Creates a new SPARQL Update Parser Context with custom settings.
| |
| SparqlUpdateParserContext(ITokeniser, TokenQueueMode, Boolean, Boolean) |
Creates a new SPARQL Update Parser Context with custom settings.
|
| Name | Description | |
|---|---|---|
| BaseUri |
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.) | |
| CommandSet |
Gets the Update Command Set that is being populated.
| |
| DataBNodes |
Gets the set of BNodes used in INSERT DATA commands so far.
| |
| ExpressionFactories |
Gets/Sets the locally scoped custom expression factories.
| |
| Handler |
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
| LocalTokens |
Gets the Local Tokens stack.
(Inherited from TokenisingParserContext.) | |
| NamespaceMap |
Gets the Namespace Map.
| |
| Namespaces |
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.) | |
| Tokens |
Gets the Token Queue.
(Inherited from TokenisingParserContext.) | |
| TraceParsing |
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.) | |
| TraceTokeniser |
Gets/Sets whether tokeniser tracing is used.
(Inherited from TokenisingParserContext.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _handler |
RDF Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) | |
| _localTokens |
Local Tokens.
(Inherited from TokenisingParserContext.) | |
| _queue |
Tokeniser.
(Inherited from TokenisingParserContext.) | |
| _traceParsing |
Is Parsing Traced?.
(Inherited from BaseParserContext.) | |
| _traceTokeniser |
Is Tokeniser traced?.
(Inherited from TokenisingParserContext.) |