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. setSysAttrString :: String -> String -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState

    No documentation available.

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

    hxt Text.XML.HXT.Arrow.XmlState

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

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

    hxt Text.XML.HXT.Arrow.XmlState

    set the global trace level

  4. setUserState :: IOStateArrow s s s

    hxt Text.XML.HXT.Arrow.XmlState

    set the user defined part of the state

  5. setDocumentStatus :: Int -> String -> IOStateArrow s XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlState.ErrorHandling

    add the error level and the module where the error occured to the attributes of a document root node and remove the children when level is greater or equal to c_err. called by setDocumentStatusFromSystemState when the system state indicates an error

  6. setDocumentStatusFromSystemState :: String -> IOStateArrow s XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlState.ErrorHandling

    check whether the error level attribute in the system state is set to error, in this case the children of the document root are removed and the module name where the error occured and the error level are added as attributes with setDocumentStatus else nothing is changed

  7. setErrMsgStatus :: IOStateArrow s XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlState.ErrorHandling

    raise the global error status level to that of the input tree

  8. setErrStatus :: IOStateArrow s Int Int

    hxt Text.XML.HXT.Arrow.XmlState.ErrorHandling

    set global error variable

  9. setErrorMsgHandler :: Bool -> (String -> IO ()) -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.ErrorHandling

    set the error message handler and the flag for collecting the errors

  10. setMimeTypeTable :: MimeTypeTable -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.MimeTypeTable

    set the table mapping of file extensions to mime types in the system state Default table is defined in MimeTypeDefaults. This table is used when reading loacl files, (file: protocol) to determine the mime type

Page 267 of many | Previous | Next