Text.XML.LibXML.Tree
Documentation
addSibling :: MonadIO m => Node -> Node -> m ()
newProperty :: MonadIO m => Node -> String -> String -> m ()
newDocumentPI :: MonadIO m => Document -> String -> String -> m Node
documentDumpMemory :: MonadIO m => Document -> m ByteString
setDocumentRootElement :: MonadIO m => Document -> Node -> m ()
getDocumentRootElement :: MonadIO m => Document -> m Node