libxml-0.1.1: Binding to libxml2Source codeContentsIndex
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 DocumentSource
mkFinalizedNode :: Ptr Node -> IO NodeSource
Produced by Haddock version 2.4.2