libxml-0.1: Binding to libxml2ContentsIndex
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
Constructors
Namespace (ForeignPtr 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
withNamespace :: Namespace -> (Ptr Namespace -> IO a) -> IO a
Produced by Haddock version 0.8