HaskellNet-0.2.3: network related libraries such as POP3, SMTP, IMAPSource codeContentsIndex
Text.Atom
Portabilityportable
Stabilityexperimental
Maintainermukai@jmuk.org
Description
Atom Syndication format Parser/Printer Library using HaXml
Documentation
data Text Source
Constructors
Text String
HTML String
XHtml [Content]
show/hide Instances
data EntryContent Source
Constructors
TextCont Text
BinaryData String String
OtherSrc String String
show/hide Instances
stringContent :: String -> EntryContentSource
xhtmlContent :: [Content] -> EntryContentSource
binaryContent :: [Char] -> String -> EntryContentSource
srcContent :: [Char] -> String -> EntryContentSource
data Person Source
show/hide Instances
mkPerson :: String -> PersonSource
data Feed Source
show/hide Instances
mkFeedSource
:: Personprimary author
-> Stringid
-> Stringself link
-> Stringtitle
-> ZonedTime
-> Feed
data Entry Source
show/hide Instances
mkEntrySource
:: Stringid
-> Stringtitle
-> EntryContentcontent
-> ZonedTime
-> Entry
data Category Source
show/hide Instances
mkCategory :: String -> CategorySource
data Generator Source
show/hide Instances
mkGenerator :: String -> GeneratorSource
defaultGenerator :: GeneratorSource
data Link Source
show/hide Instances
data LinkRelation Source
Constructors
Alternate
Related
Self
Enclosure
Via
show/hide Instances
mkLink :: String -> LinkSource
selfLink :: String -> LinkSource
data Attr r v Source
get :: Attr r v -> r -> vSource
set :: Attr r v -> v -> r -> rSource
update :: Attr r v -> (v -> v) -> r -> rSource
has :: Foldable t => Attr r (t v) -> r -> BoolSource
add :: Alternative t => Attr r (t v) -> v -> r -> rSource
howMany :: (Foldable t, Integral n) => Attr r (t v) -> r -> nSource
set' :: (Applicative t, Foldable t) => Attr r (t v) -> v -> r -> rSource
get' :: Foldable t => Attr r (t v) -> r -> vSource
delete :: Alternative t => Attr r (t v) -> r -> rSource
class AName r v | r -> v whereSource
Methods
name :: Attr r vSource
show/hide Instances
class AUri r v | r -> v whereSource
Methods
uri :: Attr r vSource
show/hide Instances
class AEmail r v | r -> v whereSource
Methods
email :: Attr r vSource
show/hide Instances
class AAuthor r v | r -> v whereSource
Methods
author :: Attr r vSource
show/hide Instances
class ACategory r v | r -> v whereSource
Methods
category :: Attr r vSource
show/hide Instances
class AContributor r v | r -> v whereSource
Methods
contributor :: Attr r vSource
show/hide Instances
class AGenerator r v | r -> v whereSource
Methods
generator :: Attr r vSource
show/hide Instances
class AIcon r v | r -> v whereSource
Methods
icon :: Attr r vSource
show/hide Instances
class AId r v | r -> v whereSource
Methods
identifier :: Attr r vSource
show/hide Instances
class ALink r v | r -> v whereSource
Methods
link :: Attr r vSource
show/hide Instances
class ALogo r v | r -> v whereSource
Methods
logo :: Attr r vSource
show/hide Instances
class ARights r v | r -> v whereSource
Methods
rights :: Attr r vSource
show/hide Instances
class ASubtitle r v | r -> v whereSource
Methods
subtitle :: Attr r vSource
show/hide Instances
class ATitle r v | r -> v whereSource
Methods
title :: Attr r vSource
show/hide Instances
class AUpdated r v | r -> v whereSource
Methods
updated :: Attr r vSource
show/hide Instances
class AEntries r v | r -> v whereSource
Methods
entries :: Attr r vSource
show/hide Instances
class AContent r v | r -> v whereSource
Methods
content :: Attr r vSource
show/hide Instances
class APublished r v | r -> v whereSource
Methods
published :: Attr r vSource
show/hide Instances
class ASource r v | r -> v whereSource
Methods
source :: Attr r vSource
show/hide Instances
class ASummary r v | r -> v whereSource
Methods
summary :: Attr r vSource
show/hide Instances
class ATerm r v | r -> v whereSource
Methods
term :: Attr r vSource
show/hide Instances
class AScheme r v | r -> v whereSource
Methods
scheme :: Attr r vSource
show/hide Instances
class ALabel r v | r -> v whereSource
Methods
label :: Attr r vSource
show/hide Instances
class AVersion r v | r -> v whereSource
Methods
version :: Attr r vSource
show/hide Instances
class AHref r v | r -> v whereSource
Methods
href :: Attr r vSource
show/hide Instances
class ARel r v | r -> v whereSource
Methods
rel :: Attr r vSource
show/hide Instances
class AMediatype r v | r -> v whereSource
Methods
mediatype :: Attr r vSource
show/hide Instances
class AHreflang r v | r -> v whereSource
Methods
hreflang :: Attr r vSource
show/hide Instances
class ALength r v | r -> v whereSource
Methods
len :: Attr r vSource
show/hide Instances
class (AName r Text, AUri r (Maybe String), AEmail r (Maybe String)) => PERSON r Source
show/hide Instances
class (ATerm r String, AScheme r (Maybe String), ALabel r (Maybe String)) => CATEGORY r Source
show/hide Instances
class (AName r String, AUri r (Maybe String), AVersion r (Maybe String)) => GENERATOR r Source
show/hide Instances
class (AHref r String, ARel r LinkRelation, AMediatype r (Maybe String), AHreflang r (Maybe String), ATitle r (Maybe String), ALength r (Maybe Integer)) => LINK r Source
show/hide Instances
class (AAuthor r [Person], ACategory r [Category], AContributor r [Person], AGenerator r [Generator], AIcon r (Maybe String), AId r String, ALink r [Link], ALogo r (Maybe String), ARights r (Maybe Text), ASubtitle r (Maybe Text), ATitle r Text, AUpdated r ZonedTime) => FEED r Source
show/hide Instances
class (AAuthor r [Person], ACategory r [Category], AContent r (Maybe EntryContent), AContributor r [Person], AId r String, ALink r [Link], APublished r (Maybe ZonedTime), ARights r (Maybe Text), ASource r (Maybe Feed), ASummary r (Maybe String), ATitle r Text, AUpdated r ZonedTime) => ENTRY r Source
show/hide Instances
Produced by Haddock version 2.7.2