Class RdfStrictSyntaxValidator
Syntax Validator for RDF Graph syntaxes which is strict (any warnings are treated as errors).
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 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 |
|---|---|---|
| IRdfReader | 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 |
|---|---|---|
| string | data | Data. |
Returns
| Type | Description |
|---|---|
| ISyntaxValidationResults |