Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setMimeTypeTableFromFile :: FilePath -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState.MimeTypeTable set the table mapping of file extensions to mime types by an external config file The config file must follow the conventions of etcmime.types on a debian linux system, that means all empty lines and all lines starting with a # are ignored. The other lines must consist of a mime type followed by a possible empty list of extensions. The list of extenstions and mime types overwrites the default list in the system state of the IOStateArrow
setTraceCmd :: (Int -> String -> IO ()) -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState.TraceHandling set the global trace command. This command does the trace output
setTraceLevel :: Int -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState.TraceHandling set the global trace level
setS :: Selector s a -> a -> s -> shxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.
setSysAttr :: String -> IOStateArrow s String Stringhxt Text.XML.HXT.Arrow.XmlState.TypeDefs store a string in global state under a given attribute name
setSysAttrInt :: String -> Int -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState.TypeDefs store an int value in global state
setSysAttrString :: String -> String -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.
setSysVar :: Selector XIOSysState c -> IOStateArrow s c chxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.
setUserState :: IOStateArrow s s shxt Text.XML.HXT.Arrow.XmlState.TypeDefs set the user defined part of the state
setBaseURI :: IOStateArrow s String Stringhxt Text.XML.HXT.Arrow.XmlState.URIHandling set the base URI of a document, used e.g. for reading includes, e.g. external entities, the input must be an absolute URI