haxr-3000.11.2: XML-RPC client and server library.

Safe HaskellNone
LanguageHaskell2010

Network.XmlRpc.DTD_XMLRPC

Documentation

newtype I4 Source

Constructors

I4 String 

Instances

Eq I4 Source 
Show I4 Source 
XmlContent I4 Source 
HTypeable I4 Source 

newtype I8 Source

Constructors

I8 String 

Instances

Eq I8 Source 
Show I8 Source 
XmlContent I8 Source 
HTypeable I8 Source 

newtype AInt Source

Constructors

AInt String 

Instances

Eq AInt Source 
Show AInt Source 
XmlContent AInt Source 
HTypeable AInt Source 

newtype Boolean Source

Constructors

Boolean String 

Instances

newtype AString Source

Constructors

AString String 

Instances

newtype ADouble Source

Constructors

ADouble String 

Instances

newtype Base64 Source

Constructors

Base64 String 

Instances

newtype Data Source

Constructors

Data [Value] 

Instances

Eq Data Source 
Show Data Source 
XmlContent Data Source 
HTypeable Data Source 

newtype Array Source

Constructors

Array Data 

Instances

Eq Array Source 
Show Array Source 
XmlContent Array Source 
HTypeable Array Source 

newtype Name Source

Constructors

Name String 

Instances

Eq Name Source 
Show Name Source 
XmlContent Name Source 
HTypeable Name Source 

data Member Source

Constructors

Member Name Value 

Instances

newtype Struct Source

Constructors

Struct [Member] 

Instances

newtype Value Source

Constructors

Value [Value_] 

Instances

Eq Value Source 
Show Value Source 
XmlContent Value Source 
HTypeable Value Source 

newtype Param Source

Constructors

Param Value 

Instances

Eq Param Source 
Show Param Source 
XmlContent Param Source 
HTypeable Param Source 

newtype Params Source

Constructors

Params [Param] 

Instances

newtype MethodName Source

Constructors

MethodName String 

newtype Fault Source

Constructors

Fault Value 

Instances

Eq Fault Source 
Show Fault Source 
XmlContent Fault Source 
HTypeable Fault Source