Class RdfStrictSyntaxValidator
Syntax Validator for RDF Graph syntaxes which is strict (any warnings are treated as errors).
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 RdfStrictSyntaxValidator : RdfSyntaxValidator, ISyntaxValidator
Constructors
| Improve this Doc View SourceRdfStrictSyntaxValidator(IRdfReader)
Creates a new Strict RDF Syntax Validator.
Declaration
public RdfStrictSyntaxValidator(IRdfReader parser)
Parameters
Type | Name | Description |
---|---|---|
IRdf |
parser | Parser. |
Methods
| Improve this Doc View SourceValidate(String)
Validates the data to see if it is valid RDF syntax which does not produce any warnings.
Declaration
public override ISyntaxValidationResults Validate(string data)
Parameters
Type | Name | Description |
---|---|---|
System. |
data | Data. |
Returns
Type | Description |
---|---|
ISyntax |