Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
ProcessingInstruction = (PITarget, String)HaXml Text.XML.HaXml.Types No documentation available.
-
HaXml Text.XML.HaXml.Types No documentation available.
Prolog :: Maybe XMLDecl -> [Misc] -> Maybe DocTypeDecl -> [Misc] -> PrologHaXml Text.XML.HaXml.Types No documentation available.
-
HaXml Text.XML.HaXml.Types No documentation available.
PubidLiteral :: String -> PubidLiteralHaXml Text.XML.HaXml.Types No documentation available.
-
HaXml Text.XML.HaXml.Types No documentation available.
module Text.XML.HaXml.XmlContent.
Parser The class XmlContent is a kind of replacement for Read and Show: it provides conversions between a generic XML tree representation and your own more specialised typeful Haskell data trees. If you are starting with a set of Haskell datatypes, use DrIFT to derive instances of this class for you: http://repetae.net/john/computer/haskell/DrIFT If you are starting with an XML DTD, use HaXml's tool DtdToHaskell to generate both the Haskell types and the corresponding instances. This unified class interface replaces two previous (somewhat similar) classes: Haskell2Xml and Xml2Haskell. There was no real reason to have separate classes depending on how you originally defined your datatypes. However, some instances for basic types like lists will depend on which direction you are using. See Text.XML.HaXml.XmlContent and Text.XML.HaXml.XmlContent.Haskell.
-
HaXml Text.XML.HaXml.XmlContent.Parser No documentation available.
Prolog :: Maybe XMLDecl -> [Misc] -> Maybe DocTypeDecl -> [Misc] -> PrologHaXml Text.XML.HaXml.XmlContent.Parser No documentation available.
-
HaXml Text.XML.HaXml.Xtract.Lex No documentation available.