Click or drag to resize

MimeTypeDefinition Methods

The MimeTypeDefinition type exposes the following members.

Methods
  NameDescription
Public methodAddFileExtension
Adds a File Extension for this Syntax.
Public methodAddMimeType
Adds a MIME Type to this definition.
Public methodCanParseObjectT
Gets whether a particular Type of Object can be parsed.
Public methodCheckValidMimeType
Checks that MIME Types are valid.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectParserT
Gets an Object Parser for the given Type.
Public methodGetObjectParserTypeT
Gets an Object Parser for the given Type.
Public methodGetRdfDatasetParser
Gets an instance of a RDF Dataset parser.
Public methodGetRdfDatasetWriter
Gets an instance of a RDF Dataset writer.
Public methodGetRdfParser
Gets an instance of a RDF parser.
Public methodGetRdfWriter
Gets an instance of a RDF writer.
Public methodGetSparqlResultsParser
Gets an instance of a SPARQL Results parser.
Public methodGetSparqlResultsWriter
Gets an instance of a SPARQL Results writer.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetObjectParserTypeT
Sets an Object Parser for the given Type.
Public methodSupportsFileExtension
Determines whether the Definition supports a particular File Extension.
Public methodSupportsMimeType(String) Obsolete.
Determines whether the Definition supports a particular MIME type.
Public methodSupportsMimeType(MimeTypeSelector)
Determines whether the definition supports the MIME type specified by the selector.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also