feed-1.3.2.1: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Copyright(c) Galois Inc. 2007-2008
(c) Sigbjorn Finne 2009-
LicenseBSD3
MaintainerSigbjorn Finne <sof@forkIO.com>
Stabilityprovisional
Portability: portable
Safe HaskellNone
LanguageHaskell2010

Text.Atom.Feed.Import

Description

Convert from XML to Atom

Documentation

pNodes :: Text -> [Element] -> [Element] Source #

pQNodes :: Name -> [Element] -> [Element] Source #

pNode :: Text -> [Element] -> Maybe Element Source #

pQNode :: Name -> [Element] -> Maybe Element Source #

pLeaf :: Text -> [Element] -> Maybe Text Source #

pQLeaf :: Name -> [Element] -> Maybe Text Source #

pAttr :: Text -> Element -> Maybe Text Source #

pAttrs :: Text -> Element -> [Text] Source #

pQAttr :: Name -> Element -> Maybe Text Source #

pMany :: Text -> (Element -> Maybe a) -> [Element] -> [a] Source #

children :: Element -> [Element] Source #

elementFeed :: Element -> Maybe Feed Source #

pTextContent :: Text -> [Element] -> Maybe TextContent Source #

pPerson :: Element -> Maybe Person Source #

pCategory :: Element -> Maybe Category Source #

pSource :: Element -> Source Source #

pLink :: Element -> Maybe Link Source #

pEntry :: Element -> Maybe Entry Source #

pContent :: Element -> Maybe EntryContent Source #

pInReplyTotal :: [Element] -> Maybe InReplyTotal Source #

pInReplyTo :: [Element] -> Maybe InReplyTo Source #