feed-0.3.7: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.Source codeContentsIndex
Text.Atom.Feed.Export
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Description
Description: Convert from Atom to XML
Documentation
atom_prefix :: Maybe StringSource
atom_thr_prefix :: Maybe StringSource
atomNS :: StringSource
atomThreadNS :: StringSource
xmlns_atom :: AttrSource
xmlns_atom_thread :: AttrSource
atomName :: String -> QNameSource
atomAttr :: String -> String -> AttrSource
atomNode :: String -> [Content] -> ElementSource
atomLeaf :: String -> String -> ElementSource
atomThreadName :: String -> QNameSource
atomThreadAttr :: String -> String -> AttrSource
atomThreadNode :: String -> [Content] -> ElementSource
atomThreadLeaf :: String -> String -> ElementSource
xmlFeed :: Feed -> ElementSource
xmlEntry :: Entry -> ElementSource
xmlContent :: EntryContent -> ElementSource
xmlCategory :: Category -> ElementSource
xmlLink :: Link -> ElementSource
xmlSource :: Source -> ElementSource
xmlGenerator :: Generator -> ElementSource
xmlAuthor :: Person -> ElementSource
xmlContributor :: Person -> ElementSource
xmlPerson :: Person -> [Content]Source
xmlInReplyTo :: InReplyTo -> ElementSource
xmlInReplyTotal :: InReplyTotal -> ElementSource
xmlId :: String -> ElementSource
xmlIcon :: URI -> ElementSource
xmlLogo :: URI -> ElementSource
xmlUpdated :: Date -> ElementSource
xmlPublished :: Date -> ElementSource
xmlRights :: TextContent -> ElementSource
xmlTitle :: TextContent -> ElementSource
xmlSubtitle :: TextContent -> ElementSource
xmlSummary :: TextContent -> ElementSource
xmlTextContent :: String -> TextContent -> ElementSource
mb :: (a -> b) -> Maybe a -> [b]Source
Produced by Haddock version 2.4.2