Class SparqlUpdateValidator
A Syntax Validator for validating SPARQL Update Commands.
Inheritance
System.Object
SparqlUpdateValidator
Implements
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.Validation
Assembly: dotNetRDF.dll
Syntax
public class SparqlUpdateValidator : ISyntaxValidator
Methods
| Improve this Doc View SourceValidate(String)
Validates whether the given data is a SPARQL Update Command.
Declaration
public ISyntaxValidationResults Validate(string data)
Parameters
Type | Name | Description |
---|---|---|
System. |
data | Data. |
Returns
Type | Description |
---|---|
ISyntax |