hxt-8.3.0: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.DOM.MimeTypes
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
mime type related data and functions
Documentation
type MimeTypeTable = Map String StringSource
application_xml :: StringSource
application_xml_external_parsed_entity :: StringSource
application_xml_dtd :: StringSource
text_html :: StringSource
text_xml :: StringSource
text_xml_external_parsed_entity :: StringSource
application_xhtml :: StringSource
isHtmlMimeType :: String -> BoolSource
isXmlMimeType :: String -> BoolSource
defaultMimeTypeTable :: MimeTypeTableSource
extensionToMimeType :: String -> MimeTypeTable -> StringSource
readMimeTypeTable :: FilePath -> IO MimeTypeTableSource
parseMimeTypeTable :: String -> [(String, String)]Source
Produced by Haddock version 2.4.2