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.
setSysAttrString :: String -> String -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState No documentation available.
setTraceCmd :: (Int -> String -> IO ()) -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState set the global trace command. This command does the trace output
setTraceLevel :: Int -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState set the global trace level
setUserState :: IOStateArrow s s shxt Text.XML.HXT.Arrow.XmlState set the user defined part of the state
setDocumentStatus :: Int -> String -> IOStateArrow s XmlTree XmlTreehxt 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
setDocumentStatusFromSystemState :: String -> IOStateArrow s XmlTree XmlTreehxt 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
setErrMsgStatus :: IOStateArrow s XmlTree XmlTreehxt Text.XML.HXT.Arrow.XmlState.ErrorHandling raise the global error status level to that of the input tree
setErrStatus :: IOStateArrow s Int Inthxt Text.XML.HXT.Arrow.XmlState.ErrorHandling set global error variable
setErrorMsgHandler :: Bool -> (String -> IO ()) -> IOStateArrow s b bhxt Text.XML.HXT.Arrow.XmlState.ErrorHandling set the error message handler and the flag for collecting the errors
setMimeTypeTable :: MimeTypeTable -> IOStateArrow s b bhxt 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