Class SparqlResultsValidator
Syntax Validator which validates SPARQL Results formats.
Inheritance
System.Object
SparqlResultsValidator
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Validation
Assembly: dotNetRdf.dll
Syntax
public class SparqlResultsValidator : ISyntaxValidator
Constructors
| Improve this Doc View SourceSparqlResultsValidator(ISparqlResultsReader)
Creates a new SPARQL Results Format validator that uses the given parser.
Declaration
public SparqlResultsValidator(ISparqlResultsReader parser)
Parameters
Type | Name | Description |
---|---|---|
ISparqlResultsReader | parser | SPARQL Results Parser. |
Methods
| Improve this Doc View SourceValidate(string)
Validates the syntax to see if it is valid SPARQL Results.
Declaration
public ISyntaxValidationResults Validate(string data)
Parameters
Type | Name | Description |
---|---|---|
string | data | Data to validate. |
Returns
Type | Description |
---|---|
ISyntaxValidationResults |