libxml-0.1.1: Binding to libxml2

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

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