 | HaXml-1.20: Utilities for manipulating XML documents | Contents | Index |
|
|
|
|
|
Description |
- Only a small module containing some helper functions to extract xml content
- I would have added this to Types but I've put it into an additional module
- to avoid circular references (Verbatim - Types)
|
|
Synopsis |
|
|
|
|
utility functions to access XML content
|
|
docContent :: i -> Document i -> Content i |
Get the main element of the document so that you can apply
CFilters directly. i is typically (posInNewCxt filename Nothing)
|
|
contentElem :: Content i -> Element i |
If you know that your CFilter returns a tag, you can use this
function to get the tagged Element.
|
|
attrs :: Element i -> [Attribute] |
|
tagTextContent :: Content i -> [Char] |
|
Produced by Haddock version 2.5.0 |