libxml-0.1.1: Binding to libxml2

Text.XML.LibXML.Tree

Documentation

addChild :: MonadIO m => Node -> Node -> m ()

newChild :: MonadIO m => Node -> Maybe Namespace -> String -> Maybe String -> m Node

addSibling :: MonadIO m => Node -> Node -> m ()

newNode :: MonadIO m => Maybe Namespace -> String -> m Node

newProperty :: MonadIO m => Node -> String -> String -> m ()

newText :: MonadIO m => String -> m Node

newTextChild :: MonadIO m => Node -> Maybe Namespace -> String -> String -> m Node

newDocument

Arguments

:: MonadIO m 
=> String

Version

-> m Document 

newDocumentPI :: MonadIO m => Document -> String -> String -> m Node

setDocumentRootElement :: MonadIO m => Document -> Node -> m ()

getDocumentRootElement :: MonadIO m => Document -> m Node