Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    hxt Text.XML.HXT.Arrow.XmlState

    store an int value in global state

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

    hxt Text.XML.HXT.Arrow.XmlState

    No documentation available.

  3. 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

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

    hxt Text.XML.HXT.Arrow.XmlState

    set the global trace level

  5. setUserState :: IOStateArrow s s s

    hxt Text.XML.HXT.Arrow.XmlState

    set the user defined part of the state

  6. 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

  7. 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

  8. setErrMsgStatus :: IOStateArrow s XmlTree XmlTree

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

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

  9. setErrStatus :: IOStateArrow s Int Int

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

    set global error variable

  10. 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

Page 267 of many | Previous | Next