soap-0.1.0.1: SOAP client tools

Safe HaskellNone

Web.SOAP.Types

Synopsis

Documentation

class ToNodes a whereSource

Convert data to a Node list. One of the functions should be provided with others building up on it.

Only use toNodes to obtain a Node list.

Instances

(.=:) :: Name -> [Node] -> [Node]Source

class FromCursor a whereSource

Methods

fromCursor :: Cursor -> aSource

Instances

readC :: Read a => Text -> Cursor -> aSource