libxml-0.1.1: Binding to libxml2Source codeContentsIndex
Text.XML.LibXML.Tree
Documentation
addChild :: MonadIO m => Node -> Node -> m ()Source
newChild :: MonadIO m => Node -> Maybe Namespace -> String -> Maybe String -> m NodeSource
addSibling :: MonadIO m => Node -> Node -> m ()Source
newNode :: MonadIO m => Maybe Namespace -> String -> m NodeSource
newProperty :: MonadIO m => Node -> String -> String -> m ()Source
newText :: MonadIO m => String -> m NodeSource
newTextChild :: MonadIO m => Node -> Maybe Namespace -> String -> String -> m NodeSource
newDocumentSource
:: MonadIO m
=> StringVersion
-> m Document
newDocumentPI :: MonadIO m => Document -> String -> String -> m NodeSource
documentDumpMemory :: MonadIO m => Document -> m ByteStringSource
newDocumentNode :: MonadIO m => Document -> Maybe Namespace -> String -> Maybe String -> m NodeSource
setDocumentRootElement :: MonadIO m => Document -> Node -> m ()Source
getDocumentRootElement :: MonadIO m => Document -> m NodeSource
Produced by Haddock version 2.4.2