happstack-server-0.3.2: Web related tools and services.Source codeContentsIndex
Happstack.Server.MinHaXML
Documentation
type StyleURL = StringSource
data StyleSheet Source
Constructors
NoStyle
CSS
styleURL :: StyleURL
XSL
styleURL :: StyleURL
show/hide Instances
hasStyleURL :: StyleSheet -> BoolSource
type Element = ElementSource
isCSS :: StyleSheet -> BoolSource
isXSL :: StyleSheet -> BoolSource
t :: Name -> [(Name, String)] -> CharData -> ElementSource
l :: Name -> [(Name, String)] -> [Element] -> ElementSource
e :: Name -> [(Name, String)] -> ElementSource
(</<) :: Name -> [(Name, String)] -> [Element] -> ElementSource
(<>) :: Name -> [(Name, String)] -> CharData -> ElementSource
xmlElem :: (t -> [Content]) -> Name -> [(Name, String)] -> t -> ElementSource
textElem :: Name -> [(Name, String)] -> CharData -> ElementSource
emptyElem :: Name -> [(Name, String)] -> ElementSource
listElem :: Name -> [(Name, String)] -> [Element] -> ElementSource
cdataElem :: CharData -> ContentSource
simpleDocOld :: StyleSheet -> Element -> StringSource
simpleDoc :: StyleSheet -> Element -> StringSource
simpleDoc' :: StyleSheet -> Element -> StringSource
xmlEscaper :: XmlEscaperSource
xmlStdEscape :: Element -> ElementSource
verbim :: Verbatim a => a -> StringSource
simpleProlog :: StyleSheet -> PrologSource
nonEmpty :: Name -> String -> Maybe ElementSource
getRoot :: Document -> ElementSource
data XML a Source
Constructors
XML StyleSheet a
class ToElement x whereSource
Methods
toElement :: x -> ElementSource
show/hide Instances
wrapElem :: ToElement x => Name -> x -> ElementSource
elF :: ToElement b => Name -> (a -> b) -> a -> ElementSource
attrF :: t1 -> (t -> String) -> t -> (t1, String)Source
attrFS :: Show a => t1 -> (t -> a) -> t -> (t1, String)Source
attrFMb :: (a -> String) -> String -> (a1 -> Maybe a) -> a1 -> (String, String)Source
quoteEsc :: String -> StringSource
recToEl :: Name -> [a -> (String, String)] -> [a -> Element] -> a -> ElementSource
listToEl :: ToElement a => Name -> [(Name, String)] -> [a] -> ElementSource
toAttrs :: t -> [(t1, t -> t2)] -> [(t1, t2)]Source
newtype ElString Source
Constructors
ElString
elString :: String
show/hide Instances
Produced by Haddock version 2.4.2