haxr-3000.11.5.1: XML-RPC client and server library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.XmlRpc.DTD_XMLRPC

Documentation

newtype I4 Source #

Constructors

I4 String 

Instances

Instances details
HTypeable I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: I4 -> HType Source #

XmlContent I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: I4 -> I4 -> Bool Source #

(/=) :: I4 -> I4 -> Bool Source #

newtype I8 Source #

Constructors

I8 String 

Instances

Instances details
HTypeable I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: I8 -> HType Source #

XmlContent I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: I8 -> I8 -> Bool Source #

(/=) :: I8 -> I8 -> Bool Source #

newtype AInt Source #

Constructors

AInt String 

Instances

Instances details
HTypeable AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: AInt -> HType Source #

XmlContent AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: AInt -> AInt -> Bool Source #

(/=) :: AInt -> AInt -> Bool Source #

newtype Boolean Source #

Constructors

Boolean String 

newtype AString Source #

Constructors

AString String 

newtype ADouble Source #

Constructors

ADouble String 

newtype Base64 Source #

Constructors

Base64 String 

Instances

Instances details
HTypeable Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Base64 -> HType Source #

XmlContent Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype Data Source #

Constructors

Data [Value] 

Instances

Instances details
HTypeable Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Data -> HType Source #

XmlContent Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Data -> Data -> Bool Source #

(/=) :: Data -> Data -> Bool Source #

newtype Array Source #

Constructors

Array Data 

Instances

Instances details
HTypeable Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Array -> HType Source #

XmlContent Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Array -> Array -> Bool Source #

(/=) :: Array -> Array -> Bool Source #

newtype Name Source #

Constructors

Name String 

Instances

Instances details
HTypeable Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Name -> HType Source #

XmlContent Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Name -> Name -> Bool Source #

(/=) :: Name -> Name -> Bool Source #

data Member Source #

Constructors

Member Name Value 

Instances

Instances details
HTypeable Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Member -> HType Source #

XmlContent Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype Struct Source #

Constructors

Struct [Member] 

Instances

Instances details
HTypeable Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Struct -> HType Source #

XmlContent Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype Nil Source #

Constructors

Nil () 

Instances

Instances details
HTypeable Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Nil -> HType Source #

XmlContent Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Nil -> Nil -> Bool Source #

(/=) :: Nil -> Nil -> Bool Source #

newtype Value Source #

Constructors

Value [Value_] 

Instances

Instances details
HTypeable Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Value -> HType Source #

XmlContent Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Value -> Value -> Bool Source #

(/=) :: Value -> Value -> Bool Source #

newtype Param Source #

Constructors

Param Value 

Instances

Instances details
HTypeable Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Param -> HType Source #

XmlContent Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Param -> Param -> Bool Source #

(/=) :: Param -> Param -> Bool Source #

newtype Params Source #

Constructors

Params [Param] 

Instances

Instances details
HTypeable Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Params -> HType Source #

XmlContent Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype Fault Source #

Constructors

Fault Value 

Instances

Instances details
HTypeable Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Fault -> HType Source #

XmlContent Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Fault -> Fault -> Bool Source #

(/=) :: Fault -> Fault -> Bool Source #