Show / Hide Table of Contents

Class RdfStrictSyntaxValidator

Syntax Validator for RDF Graph syntaxes which is strict (any warnings are treated as errors).

Inheritance
System.Object
RdfSyntaxValidator
RdfStrictSyntaxValidator
Implements
ISyntaxValidator
Inherited Members
RdfSyntaxValidator._parser
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 Source

RdfStrictSyntaxValidator(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 Source

Validate(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
Overrides
RdfSyntaxValidator.Validate(string)

Implements

ISyntaxValidator

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RdfStrictSyntaxValidator(IRdfReader)
  • Methods
    • Validate(string)
  • Implements
  • Extension Methods
Back to top Generated by DocFX