MimeTypeDefinition Class |
Namespace: VDS.RDF
The MimeTypeDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| MimeTypeDefinition(String, IEnumerableString, IEnumerableString) |
Creates a new MIME Type Definition.
| |
| MimeTypeDefinition(String, String, IEnumerableString, IEnumerableString) |
Creates a new MIME Type Definition.
| |
| MimeTypeDefinition(String, IEnumerableString, IEnumerableString, Type, Type, Type, Type, Type, Type) |
Creates a new MIME Type Definition.
| |
| MimeTypeDefinition(String, String, IEnumerableString, IEnumerableString, Type, Type, Type, Type, Type, Type) |
Creates a new MIME Type Definition.
|
| Name | Description | |
|---|---|---|
| CanonicalFileExtension |
Gets/Sets the Canonical File Extension for this Syntax.
| |
| CanonicalMimeType |
Gets the Canonical MIME Type that should be used.
| |
| CanParseRdf |
Gets whether this definition can instantiate a Parser that can parse RDF.
| |
| CanParseRdfDatasets |
Gets whether this definition can instantiate a Parser that can parse RDF Datasets.
| |
| CanParseSparqlResults |
Gets whether this definition can instantiate a Parser that can parse SPARQL Results.
| |
| CanWriteRdf |
Gets whether the definition provides a RDF Writer.
| |
| CanWriteRdfDatasets |
Gets whether the Definition provides a RDF Dataset Writer.
| |
| CanWriteSparqlResults |
Gets whether the Definition provides a SPARQL Results Writer.
| |
| Encoding |
Gets the Encoding that should be used for reading and writing this Syntax.
| |
| FileExtensions |
Gets the File Extensions associated with this Syntax.
| |
| FormatUri |
Gets the Format URI as defined by the W3C (where applicable).
| |
| HasFileExtensions |
Gets whether any file extensions are associated with this syntax.
| |
| MimeTypes |
Gets the MIME Types defined.
| |
| ObjectParserTypes |
Gets the registered Object Parser Types.
| |
| RdfDatasetParserType |
Gets/Sets the Type to use to parse RDF Datasets (or null if not applicable).
| |
| RdfDatasetWriterType |
Gets/Sets the Type to use to writer RDF Dataets (or null if not applicable).
| |
| RdfParserType |
Gets/Sets the Type to use to parse RDF (or null if not applicable).
| |
| RdfWriterType |
Gets/Sets the Type to use to writer RDF (or null if not applicable).
| |
| SparqlResultsParserType |
Gets/Sets the Type to use to parse SPARQL Results (or null if not applicable).
| |
| SparqlResultsWriterType |
Gets/Sets the Type to use to write SPARQL Results (or null if not applicable).
| |
| SyntaxName |
Gets the name of the Syntax to which this MIME Type Definition relates.
|
| Name | Description | |
|---|---|---|
| AddFileExtension |
Adds a File Extension for this Syntax.
| |
| AddMimeType |
Adds a MIME Type to this definition.
| |
| CanParseObjectT |
Gets whether a particular Type of Object can be parsed.
| |
| CheckValidMimeType |
Checks that MIME Types are valid.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectParserT |
Gets an Object Parser for the given Type.
| |
| GetObjectParserTypeT |
Gets an Object Parser for the given Type.
| |
| GetRdfDatasetParser |
Gets an instance of a RDF Dataset parser.
| |
| GetRdfDatasetWriter |
Gets an instance of a RDF Dataset writer.
| |
| GetRdfParser |
Gets an instance of a RDF parser.
| |
| GetRdfWriter |
Gets an instance of a RDF writer.
| |
| GetSparqlResultsParser |
Gets an instance of a SPARQL Results parser.
| |
| GetSparqlResultsWriter |
Gets an instance of a SPARQL Results writer.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetObjectParserTypeT |
Sets an Object Parser for the given Type.
| |
| SupportsFileExtension |
Determines whether the Definition supports a particular File Extension.
| |
| SupportsMimeType(String) | Obsolete.
Determines whether the Definition supports a particular MIME type.
| |
| SupportsMimeType(MimeTypeSelector) |
Determines whether the definition supports the MIME type specified by the selector.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |