haxr-3000.11.4.1: XML-RPC client and server library.
Safe HaskellNone
LanguageHaskell2010

Network.XmlRpc.DTD_XMLRPC

Documentation

newtype I4 Source #

Constructors

I4 String 

Instances

Instances details
Eq I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> I4 -> ShowS

show :: I4 -> String

showList :: [I4] -> ShowS

XmlContent I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: I4 -> HType Source #

newtype I8 Source #

Constructors

I8 String 

Instances

Instances details
Eq I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> I8 -> ShowS

show :: I8 -> String

showList :: [I8] -> ShowS

XmlContent I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: I8 -> HType Source #

newtype AInt Source #

Constructors

AInt String 

Instances

Instances details
Eq AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> AInt -> ShowS

show :: AInt -> String

showList :: [AInt] -> ShowS

XmlContent AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: AInt -> HType Source #

newtype Boolean Source #

Constructors

Boolean String 

Instances

Instances details
Eq Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Boolean -> Boolean -> Bool

(/=) :: Boolean -> Boolean -> Bool

Show Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Boolean -> ShowS

show :: Boolean -> String

showList :: [Boolean] -> ShowS

XmlContent Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype AString Source #

Constructors

AString String 

Instances

Instances details
Eq AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: AString -> AString -> Bool

(/=) :: AString -> AString -> Bool

Show AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> AString -> ShowS

show :: AString -> String

showList :: [AString] -> ShowS

XmlContent AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype ADouble Source #

Constructors

ADouble String 

Instances

Instances details
Eq ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: ADouble -> ADouble -> Bool

(/=) :: ADouble -> ADouble -> Bool

Show ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> ADouble -> ShowS

show :: ADouble -> String

showList :: [ADouble] -> ShowS

XmlContent ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype Base64 Source #

Constructors

Base64 String 

Instances

Instances details
Eq Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Base64 -> Base64 -> Bool

(/=) :: Base64 -> Base64 -> Bool

Show Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Base64 -> ShowS

show :: Base64 -> String

showList :: [Base64] -> ShowS

XmlContent Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Base64 -> HType Source #

newtype Data Source #

Constructors

Data [Value] 

Instances

Instances details
Eq Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Data -> ShowS

show :: Data -> String

showList :: [Data] -> ShowS

XmlContent Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Data -> HType Source #

newtype Array Source #

Constructors

Array Data 

Instances

Instances details
Eq Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Array -> ShowS

show :: Array -> String

showList :: [Array] -> ShowS

XmlContent Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Array -> HType Source #

newtype Name Source #

Constructors

Name String 

Instances

Instances details
Eq Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Name -> ShowS

show :: Name -> String

showList :: [Name] -> ShowS

XmlContent Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Name -> HType Source #

data Member Source #

Constructors

Member Name Value 

Instances

Instances details
Eq Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Member -> Member -> Bool

(/=) :: Member -> Member -> Bool

Show Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Member -> ShowS

show :: Member -> String

showList :: [Member] -> ShowS

XmlContent Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Member -> HType Source #

newtype Struct Source #

Constructors

Struct [Member] 

Instances

Instances details
Eq Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Struct -> Struct -> Bool

(/=) :: Struct -> Struct -> Bool

Show Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Struct -> ShowS

show :: Struct -> String

showList :: [Struct] -> ShowS

XmlContent Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Struct -> HType Source #

newtype Nil Source #

Constructors

Nil () 

Instances

Instances details
Eq Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Nil -> ShowS

show :: Nil -> String

showList :: [Nil] -> ShowS

XmlContent Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Nil -> HType Source #

newtype Value Source #

Constructors

Value [Value_] 

Instances

Instances details
Eq Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Value -> ShowS

show :: Value -> String

showList :: [Value] -> ShowS

XmlContent Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Value -> HType Source #

newtype Param Source #

Constructors

Param Value 

Instances

Instances details
Eq Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Param -> ShowS

show :: Param -> String

showList :: [Param] -> ShowS

XmlContent Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Param -> HType Source #

newtype Params Source #

Constructors

Params [Param] 

Instances

Instances details
Eq Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: Params -> Params -> Bool

(/=) :: Params -> Params -> Bool

Show Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Params -> ShowS

show :: Params -> String

showList :: [Params] -> ShowS

XmlContent Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Params -> HType Source #

newtype MethodName Source #

Constructors

MethodName String 

Instances

Instances details
Eq MethodName Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: MethodName -> MethodName -> Bool

(/=) :: MethodName -> MethodName -> Bool

Show MethodName Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> MethodName -> ShowS

show :: MethodName -> String

showList :: [MethodName] -> ShowS

XmlContent MethodName Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable MethodName Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

data MethodCall Source #

Constructors

MethodCall MethodName (Maybe Params) 

Instances

Instances details
Eq MethodCall Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

(==) :: MethodCall -> MethodCall -> Bool

(/=) :: MethodCall -> MethodCall -> Bool

Show MethodCall Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> MethodCall -> ShowS

show :: MethodCall -> String

showList :: [MethodCall] -> ShowS

XmlContent MethodCall Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable MethodCall Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype Fault Source #

Constructors

Fault Value 

Instances

Instances details
Eq Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

Show Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Fault -> ShowS

show :: Fault -> String

showList :: [Fault] -> ShowS

XmlContent Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Fault -> HType Source #