Class RdfSyntaxValidator
Syntax Validator for validating RDF Graph syntaxes.
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 RdfSyntaxValidator : ISyntaxValidator
Constructors
| Improve this Doc View SourceRdfSyntaxValidator(IRdfReader)
Creates a new RDF Syntax Validator using the given Parser.
Declaration
public RdfSyntaxValidator(IRdfReader parser)
Parameters
Type | Name | Description |
---|---|---|
IRdfReader | parser | Parser. |
Fields
| Improve this Doc View Source_parser
Parser to use.
Declaration
protected IRdfReader _parser
Field Value
Type | Description |
---|---|
IRdfReader |
Methods
| Improve this Doc View SourceValidate(string)
Validates the given data to see if it is valid RDF Syntax.
Declaration
public virtual ISyntaxValidationResults Validate(string data)
Parameters
Type | Name | Description |
---|---|---|
string | data | Data. |
Returns
Type | Description |
---|---|
ISyntaxValidationResults |