Click or drag to resize

SparqlUpdateParser Class

Class for parsing SPARQL Update commands into SparqlUpdateCommandSet objects that can be used to modify a Triple Store.
Inheritance Hierarchy
SystemObject
  VDS.RDF.ParsingSparqlUpdateParser

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SparqlUpdateParser : ITraceableTokeniser, 
	IObjectParser<SparqlUpdateCommandSet>

The SparqlUpdateParser type exposes the following members.

Constructors
  NameDescription
Public methodSparqlUpdateParser
Initializes a new instance of the SparqlUpdateParser class
Top
Properties
  NameDescription
Public propertyDefaultBaseUri
Gets/Sets the Default Base URI used for Updated Commands parsed by this parser instance.
Public propertyExpressionFactories
Gets/Sets the locally scoped custom expression factories.
Public propertyQueryOptimiser
Gets/Sets the locally scoped Query Optimiser applied to graph patterns in update commands at the end of the parsing process.
Public propertyTraceTokeniser
Gets/Sets whether Tokeniser Tracing is used.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse(StreamReader)
Parses a SPARQL Update Command Set from the input stream.
Public methodParse(TextReader)
Parses a SPARQL Update Command Set from the input.
Public methodParseFromFile
Parses a SPARQL Update Command Set from the given file.
Public methodParseFromString(String)
Parses a SPARQL Update Command Set from the given String.
Public methodParseFromString(SparqlParameterizedString)
Parses a SPARQL Update Command Set from the given String.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventWarning
Event raised when a non-fatal issue with the SPARQL Update Commands being parsed is detected
Top
See Also