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

    hxt Text.XML.HXT.Arrow.XmlState

    set the default base URI, if parameter is null, the system base ( file:///<cwd>/ ) is used, else the parameter, must be called before any document is read

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

    hxt Text.XML.HXT.Arrow.XmlState

    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

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

    hxt Text.XML.HXT.Arrow.XmlState

    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

  4. setErrMsgStatus :: IOStateArrow s XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlState

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

  5. setErrStatus :: IOStateArrow s Int Int

    hxt Text.XML.HXT.Arrow.XmlState

    set global error variable

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

    hxt Text.XML.HXT.Arrow.XmlState

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

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

    hxt Text.XML.HXT.Arrow.XmlState

    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

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

    hxt Text.XML.HXT.Arrow.XmlState

    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

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

    hxt Text.XML.HXT.Arrow.XmlState

    store a string in global state under a given attribute name

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

    hxt Text.XML.HXT.Arrow.XmlState

    store an int value in global state

Page 266 of many | Previous | Next