Find and parse MEDIA/SUBTYPE.xml file(s) for given MIME type name. If it finds more then one file for the MIME type, merging operation is performed.
mime.type.MimeType object parsed from found xml file(s) or null if no file was found or name is invalid.
mime.xml.XMLMimeException on format error or std.file.FileException on file reading error.
mime.type.mergeMimeTypes
See Implementation
Find and parse MEDIA/SUBTYPE.xml file(s) for given MIME type name. If it finds more then one file for the MIME type, merging operation is performed.