Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Text.Proton.Xml
Documentation
Constructors
Element ElementType String [Attribute] [Element] |
data ElementType Source
Instances
data RenderCallbackFn a b Source
Constructors
RenderCallbackFn a (b -> RenderCallbackFn a b) |
containsAttribute :: String -> [Attribute] -> Bool Source
copyElement :: Element -> Element Source
copyElements :: [Element] -> [Element] Source
findAttribute :: String -> [Attribute] -> Attribute Source
getAttributes :: Element -> [Attribute] Source
getChildren :: Element -> [Element] Source
parseXmlFile :: String -> IO Element Source
parseAttributes :: String -> [Attribute] Source