libxml-0.1.1: Binding to libxml2

Safe HaskellSafe
LanguageHaskell98

Text.XML.LibXML.Types

Documentation

newtype Document #

Constructors

Document (ForeignPtr Document) 

newtype Node #

Constructors

Node (ForeignPtr Node) 

newtype Property #

Constructors

Property (ForeignPtr Property) 

newtype Namespace #

withDocument :: Document -> (Ptr Document -> IO a) -> IO a #

withNode :: Node -> (Ptr Node -> IO a) -> IO a #

withProperty :: Property -> (Ptr Property -> IO a) -> IO a #