Class RdfStrictSyntaxValidator
Syntax Validator for RDF Graph syntaxes which is strict (any warnings are treated as errors).
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Validation
Assembly: dotNetRdf.dll
Syntax
public class RdfStrictSyntaxValidator : RdfSyntaxValidator, ISyntaxValidator
Constructors
| Edit this page View SourceRdfStrictSyntaxValidator(IRdfReader)
Creates a new Strict RDF Syntax Validator.
Declaration
public RdfStrictSyntaxValidator(IRdfReader parser)
Parameters
Type | Name | Description |
---|---|---|
IRdf |
parser | Parser. |
Methods
| Edit this page 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 |
---|---|---|
string | data | Data. |
Returns
Type | Description |
---|---|
ISyntax |