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

Text.RSS1.Utils

Description

 

Documentation

pNode :: Text -> Element -> Maybe Element #

pQNode :: Name -> Element -> Maybe Element #

pLeaf :: Text -> Element -> Maybe Text #

pQLeaf :: (Text, Maybe Text) -> Text -> Element -> Maybe Text #

pQLeaf' :: (Text, Text) -> Text -> Element -> Maybe Text #

pAttr :: (Maybe Text, Maybe Text) -> Text -> Element -> Maybe Text #

pAttr' :: (Text, Text) -> Text -> Element -> Maybe Text #

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

qualName :: (Maybe Text, Maybe Text) -> Text -> Name #

qualName' :: (Text, Text) -> Text -> Name #

rss10NS :: Text #

rdfPrefix :: Text #

rdfNS :: Text #

synPrefix :: Text #

synNS :: Text #

taxPrefix :: Text #

taxNS :: Text #

conPrefix :: Text #

conNS :: Text #

dcPrefix :: Text #

dcNS :: Text #

rdfName :: Text -> Name #

rssName :: Text -> Name #

synName :: Text -> Name #