| hxt-7.1: A collection of tools for processing XML with Haskell. | Contents | Index |
|
Text.XML.HXT.Parser.XmlDTDParser | Portability | portable | Stability | experimental | Maintainer | Uwe Schmidt (uwe\@fh-wedel.de) |
|
|
|
|
|
Description |
Version : $Id: XmlDTDParser.hs,v 1.6 20050902 17:09:39 hxml Exp $
Parsec parser for DTD declarations for ELEMENT, ATTLIST, ENTITY and NOTATION declarations
|
|
Synopsis |
|
|
|
Documentation |
|
parseXmlDTDdecl :: XmlFilter |
parse a tokenized DTD declaration represented by a DTD tree.
The content is represented by the children containing text and parameter entity reference nodes.
The parameter entity reference nodes contain their value in the children list, consisting of text
and possibly again parameter entity reference nodes. This structure is build by the parameter entity
substitution.
Output is again a DTD declaration node, but this time completely parsed and ready for further DTD processing
|
|
parseXmlDTDdeclPart :: XmlFilter |
|
parseXmlDTDEntityValue :: XmlFilter |
|
elementDecl :: SParser XmlTrees |
|
attlistDecl :: SParser XmlTrees |
|
entityDecl :: SParser XmlTrees |
|
notationDecl :: SParser XmlTrees |
|
Produced by Haddock version 0.8 |