libxml-0.1.1: Binding to libxml2Source codeContentsIndex
Text.XML.LibXML.Types
Documentation
newtype Document Source
Constructors
Document (ForeignPtr Document)
newtype Node Source
Constructors
Node (ForeignPtr Node)
newtype Property Source
Constructors
Property (ForeignPtr Property)
newtype Namespace Source
Constructors
Namespace (ForeignPtr Namespace)
withDocument :: Document -> (Ptr Document -> IO a) -> IO aSource
withNode :: Node -> (Ptr Node -> IO a) -> IO aSource
withProperty :: Property -> (Ptr Property -> IO a) -> IO aSource
withNamespace :: Namespace -> (Ptr Namespace -> IO a) -> IO aSource
Produced by Haddock version 2.4.2