libxml-0.1.1: Binding to libxml2
Source code
Contents
Index
Text.XML.LibXML.Tree
Documentation
addChild
::
MonadIO
m =>
Node
->
Node
-> m
()
Source
newChild
::
MonadIO
m =>
Node
->
Maybe
Namespace
->
String
->
Maybe
String
-> m
Node
Source
addSibling
::
MonadIO
m =>
Node
->
Node
-> m
()
Source
newNode
::
MonadIO
m =>
Maybe
Namespace
->
String
-> m
Node
Source
newProperty
::
MonadIO
m =>
Node
->
String
->
String
-> m
()
Source
newText
::
MonadIO
m =>
String
-> m
Node
Source
newTextChild
::
MonadIO
m =>
Node
->
Maybe
Namespace
->
String
->
String
-> m
Node
Source
newDocument
Source
::
MonadIO
m
=>
String
Version
-> m
Document
newDocumentPI
::
MonadIO
m =>
Document
->
String
->
String
-> m
Node
Source
documentDumpMemory
::
MonadIO
m =>
Document
-> m
ByteString
Source
newDocumentNode
::
MonadIO
m =>
Document
->
Maybe
Namespace
->
String
->
Maybe
String
-> m
Node
Source
setDocumentRootElement
::
MonadIO
m =>
Document
->
Node
-> m
()
Source
getDocumentRootElement
::
MonadIO
m =>
Document
-> m
Node
Source
Produced by
Haddock
version 2.4.2