libxml-0.1: Binding to libxml2ContentsIndex
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
:: MonadIO m
=> StringVersion
-> m Document
newDocumentPI :: MonadIO m => Document -> String -> String -> m Node
documentDumpMemory :: MonadIO m => Document -> m ByteString
newDocumentNode :: MonadIO m => Document -> Maybe Namespace -> String -> Maybe String -> m Node
setDocumentRootElement :: MonadIO m => Document -> Node -> m ()
getDocumentRootElement :: MonadIO m => Document -> m Node
Produced by Haddock version 0.8