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.
hread :: ArrowList a => a String XmlTreehxt Text.XML.HXT.Arrow.ParserInterface No documentation available.
hreadDoc :: ArrowList a => a String XmlTreehxt Text.XML.HXT.Arrow.ParserInterface No documentation available.
xreadCont :: ArrowXml a => a String XmlTreehxt Text.XML.HXT.Arrow.ParserInterface No documentation available.
xreadDoc :: ArrowXml a => a String XmlTreehxt Text.XML.HXT.Arrow.ParserInterface No documentation available.
hread :: ArrowXml a => a String XmlTreehxt 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.
hreadDoc :: ArrowXml a => a String XmlTreehxt Text.XML.HXT.Arrow.ReadDocument like hread, but accepts a whole document, not a HTML content
xread :: ArrowXml a => a String XmlTreehxt 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
xreadDoc :: ArrowXml a => a String XmlTreehxt 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.
dummyCacheRead :: String -> IOSArrow b bhxt Text.XML.HXT.Arrow.XmlState.RunIOStateArrow No documentation available.
theCacheRead :: Selector XIOSysState (String -> IOSArrow XmlTree XmlTree)hxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.