Click or drag to resize

MimeTypeDefinition Properties

The MimeTypeDefinition type exposes the following members.

Properties
  NameDescription
Public propertyCanonicalFileExtension
Gets/Sets the Canonical File Extension for this Syntax.
Public propertyCanonicalMimeType
Gets the Canonical MIME Type that should be used.
Public propertyCanParseRdf
Gets whether this definition can instantiate a Parser that can parse RDF.
Public propertyCanParseRdfDatasets
Gets whether this definition can instantiate a Parser that can parse RDF Datasets.
Public propertyCanParseSparqlResults
Gets whether this definition can instantiate a Parser that can parse SPARQL Results.
Public propertyCanWriteRdf
Gets whether the definition provides a RDF Writer.
Public propertyCanWriteRdfDatasets
Gets whether the Definition provides a RDF Dataset Writer.
Public propertyCanWriteSparqlResults
Gets whether the Definition provides a SPARQL Results Writer.
Public propertyEncoding
Gets the Encoding that should be used for reading and writing this Syntax.
Public propertyFileExtensions
Gets the File Extensions associated with this Syntax.
Public propertyFormatUri
Gets the Format URI as defined by the W3C (where applicable).
Public propertyHasFileExtensions
Gets whether any file extensions are associated with this syntax.
Public propertyMimeTypes
Gets the MIME Types defined.
Public propertyObjectParserTypes
Gets the registered Object Parser Types.
Public propertyRdfDatasetParserType
Gets/Sets the Type to use to parse RDF Datasets (or null if not applicable).
Public propertyRdfDatasetWriterType
Gets/Sets the Type to use to writer RDF Dataets (or null if not applicable).
Public propertyRdfParserType
Gets/Sets the Type to use to parse RDF (or null if not applicable).
Public propertyRdfWriterType
Gets/Sets the Type to use to writer RDF (or null if not applicable).
Public propertySparqlResultsParserType
Gets/Sets the Type to use to parse SPARQL Results (or null if not applicable).
Public propertySparqlResultsWriterType
Gets/Sets the Type to use to write SPARQL Results (or null if not applicable).
Public propertySyntaxName
Gets the name of the Syntax to which this MIME Type Definition relates.
Top
See Also