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