Copyright | (c) Andrea Rossato |
---|---|
License | BSD-style (see LICENSE) |
Maintainer | Andrea Rossato <andrea.rossato@unitn.it> |
Stability | unstable |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Documentation
getAllText :: [Content] -> String Source
dropFirstElem :: [Content] -> [Content] Source
getChildren :: Content -> [Content] Source
getElemName :: Content -> Maybe String Source
getAttName :: Attr -> String Source
getAttrVal :: [Content] -> String Source
mkAttribute :: String -> String -> Attr Source
attrToCont :: Attr -> Content Source
qualifiedName :: String -> String Source
onlyElems' :: [Content] -> [Content] Source
parseXML' :: ByteString -> [Content] Source