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.

  1. setMimeTypeTableFromFile :: FilePath -> IOStateArrow s b b

    hxt 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

  2. setTraceCmd :: (Int -> String -> IO ()) -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.TraceHandling

    set the global trace command. This command does the trace output

  3. setTraceLevel :: Int -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.TraceHandling

    set the global trace level

  4. setS :: Selector s a -> a -> s -> s

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  5. setSysAttr :: String -> IOStateArrow s String String

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    store a string in global state under a given attribute name

  6. setSysAttrInt :: String -> Int -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    store an int value in global state

  7. setSysAttrString :: String -> String -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  8. setSysVar :: Selector XIOSysState c -> IOStateArrow s c c

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  9. setUserState :: IOStateArrow s s s

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    set the user defined part of the state

  10. setBaseURI :: IOStateArrow s String String

    hxt 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

Page 268 of many | Previous | Next