Click or drag to resize

SparqlUpdateParserContext Properties

The SparqlUpdateParserContext type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.)
Public propertyCommandSet
Gets the Update Command Set that is being populated.
Public propertyDataBNodes
Gets the set of BNodes used in INSERT DATA commands so far.
Public propertyExpressionFactories
Gets/Sets the locally scoped custom expression factories.
Public propertyHandler
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.)
Public propertyLocalTokens
Gets the Local Tokens stack.
(Inherited from TokenisingParserContext.)
Public propertyNamespaceMap
Gets the Namespace Map.
Public propertyNamespaces
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.)
Public propertyTokens
Gets the Token Queue.
(Inherited from TokenisingParserContext.)
Public propertyTraceParsing
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.)
Public propertyTraceTokeniser
Gets/Sets whether tokeniser tracing is used.
(Inherited from TokenisingParserContext.)
Top
See Also