libxml-0.1.1: Binding to libxml2
Source code
Contents
Index
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
a
Source
withNode
::
Node
-> (
Ptr
Node
->
IO
a) ->
IO
a
Source
withProperty
::
Property
-> (
Ptr
Property
->
IO
a) ->
IO
a
Source
withNamespace
::
Namespace
-> (
Ptr
Namespace
->
IO
a) ->
IO
a
Source
Produced by
Haddock
version 2.4.2