feed-0.3.7: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.Source codeContentsIndex
Text.Atom.Feed.Import
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Description
Description: Convert from XML to Atom
Documentation
pNodes :: String -> [Element] -> [Element]Source
pQNodes :: QName -> [Element] -> [Element]Source
pNode :: String -> [Element] -> Maybe ElementSource
pQNode :: QName -> [Element] -> Maybe ElementSource
pLeaf :: String -> [Element] -> Maybe StringSource
pQLeaf :: QName -> [Element] -> Maybe StringSource
pAttr :: String -> Element -> Maybe StringSource
pAttrs :: String -> Element -> [String]Source
pQAttr :: QName -> Element -> Maybe StringSource
pMany :: String -> (Element -> Maybe a) -> [Element] -> [a]Source
children :: Element -> [Element]Source
elementFeed :: Element -> Maybe FeedSource
pTextContent :: String -> [Element] -> Maybe TextContentSource
pPerson :: Element -> Maybe PersonSource
pCategory :: Element -> Maybe CategorySource
pGenerator :: Element -> GeneratorSource
pSource :: Element -> SourceSource
pLink :: Element -> Maybe LinkSource
pEntry :: Element -> Maybe EntrySource
pContent :: Element -> Maybe EntryContentSource
pInReplyTotal :: [Element] -> Maybe InReplyTotalSource
pInReplyTo :: [Element] -> Maybe InReplyToSource
Produced by Haddock version 2.6.0