hxt-9.3.1.9: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Safe HaskellSafe-Inferred

Text.XML.HXT.DOM.MimeTypes

Description

mime type related data and functions

Documentation

type MimeTypeTable = Map String StringSource

text_xml :: StringSource

text_xdtd :: StringSource

text_pdf :: StringSource

text_html :: StringSource

isTextMimeType :: String -> BoolSource

isHtmlMimeType :: String -> BoolSource

isXmlMimeType :: String -> BoolSource

parseMimeTypeTable :: String -> [(String, String)]Source