| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
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 () #
Force the finalization of a document. This function is a no-op on non-ghc systems.