Class RdfSyntaxValidator
Syntax Validator for validating RDF Graph syntaxes.
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 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 |
---|---|---|
IRdf |
parser | Parser. |
Fields
| Improve this Doc View Source_parser
Parser to use.
Declaration
protected IRdfReader _parser
Field Value
Type | Description |
---|---|
IRdf |
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 |
---|---|---|
System. |
data | Data. |
Returns
Type | Description |
---|---|
ISyntax |