libxml-0.1.1: Binding to libxml2
Source code
Contents
Index
Text.XML.LibXML.Internals
Synopsis
freeDocument
::
Document
->
IO
()
xmlFreeNode
::
FunPtr
(
Ptr
Node
->
IO
()
)
xmlFreeDoc
::
FunPtr
(
Ptr
Document
->
IO
()
)
mkFinalizedDocument
::
Ptr
Document
->
IO
Document
mkFinalizedNode
::
Ptr
Node
->
IO
Node
Documentation
freeDocument
::
Document
->
IO
()
Source
Force the finalization of a document. This function is a no-op on non-ghc systems.
xmlFreeNode
::
FunPtr
(
Ptr
Node
->
IO
()
)
Source
xmlFreeDoc
::
FunPtr
(
Ptr
Document
->
IO
()
)
Source
mkFinalizedDocument
::
Ptr
Document
->
IO
Document
Source
mkFinalizedNode
::
Ptr
Node
->
IO
Node
Source
Produced by
Haddock
version 2.4.2