MimeTypeDefinition Properties |
The MimeTypeDefinition type exposes the following members.
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.
|