Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. hread :: ArrowList a => a String XmlTree

    hxt Text.XML.HXT.Arrow.ParserInterface

    No documentation available.

  2. hreadDoc :: ArrowList a => a String XmlTree

    hxt Text.XML.HXT.Arrow.ParserInterface

    No documentation available.

  3. xreadCont :: ArrowXml a => a String XmlTree

    hxt Text.XML.HXT.Arrow.ParserInterface

    No documentation available.

  4. xreadDoc :: ArrowXml a => a String XmlTree

    hxt Text.XML.HXT.Arrow.ParserInterface

    No documentation available.

  5. hread :: ArrowXml a => a String XmlTree

    hxt Text.XML.HXT.Arrow.ReadDocument

    parse a string as HTML content, substitute all HTML entity refs and canonicalize tree. (substitute char refs, ...). Errors are ignored. This arrow delegates all work to the parseHtmlContent parser in module HtmlParser. This is a simpler version of readFromString without any options, but it does not run in the IO monad.

  6. hreadDoc :: ArrowXml a => a String XmlTree

    hxt Text.XML.HXT.Arrow.ReadDocument

    like hread, but accepts a whole document, not a HTML content

  7. xread :: ArrowXml a => a String XmlTree

    hxt Text.XML.HXT.Arrow.ReadDocument

    parse a string as XML CONTENT, (no xml decl or doctype decls are allowed), substitute all predefined XML entity refs and canonicalize tree This xread arrow delegates all work to the xread parser function in module XmlParsec

  8. xreadDoc :: ArrowXml a => a String XmlTree

    hxt Text.XML.HXT.Arrow.ReadDocument

    a more general version of xread which parses a whole document including a prolog (xml decl, doctype decl) and processing instructions. Doctype decls remain uninterpreted, but are in the list of results trees.

  9. dummyCacheRead :: String -> IOSArrow b b

    hxt Text.XML.HXT.Arrow.XmlState.RunIOStateArrow

    No documentation available.

  10. theCacheRead :: Selector XIOSysState (String -> IOSArrow XmlTree XmlTree)

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

    No documentation available.

Page 497 of many | Previous | Next