|
| Text.XML.HXT.Parser.XmlParsec | | Portability | portable | | Stability | experimental | | Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
|
|
|
| Description |
Version : $Id: XmlParsec.hs,v 1.14 20050902 17:09:39 hxml Exp $
Xml Parsec parser with pure filter interface
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the inverse function to xshow, (for XML content).
the string parameter is parsed with the XML content parser.
result is the list of trees or in case of an error a single element list with the
error message as node. No entity or character subtitution is done.
see also: parseXmlContent
|
|
|
| Parser for attribute values
|
|
|
| the filter version of xread
|
|
|
|
|
|
|
| Parser for parts of a DTD
|
|
|
try to parse a xml encoding spec.
- 1.parameter encParse : the parser for the encoding decl
- 2.parameter root : a document root
- returns : the same tree, but with an additional
attribute "encoding" in the root node
in case of a valid encoding spec
else the unchanged tree
|
|
|
|
|
| Parser for general entites
|
|
|
| general parser for parsing arbitray parts of a XML document
|
|
|
| a more general version of parseXmlContent.
The parser to be used and the context are extra parameter
|
|
|
| Parser for NMTOKENs
|
|
|
| Parser for XML names
|
|
|
|
| Produced by Haddock version 2.4.2 |