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