Class RdfDatasetSyntaxValidator
Syntax Validator for RDF Dataset Formats.
Inheritance
System.Object
RdfDatasetSyntaxValidator
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 RdfDatasetSyntaxValidator : ISyntaxValidator
Constructors
| Improve this Doc View SourceRdfDatasetSyntaxValidator(IStoreReader)
Creates a new RDF Dataset Syntax Validator.
Declaration
public RdfDatasetSyntaxValidator(IStoreReader parser)
Parameters
Type | Name | Description |
---|---|---|
IStoreReader | parser | Dataset Parser. |
Methods
| Improve this Doc View SourceValidate(string)
Determines whether the data provided is valid syntax.
Declaration
public virtual ISyntaxValidationResults Validate(string data)
Parameters
Type | Name | Description |
---|---|---|
string | data | Data. |
Returns
Type | Description |
---|---|
ISyntaxValidationResults |