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

Safe HaskellNone
LanguageHaskell2010

Network.XmlRpc.DTD_XMLRPC

Documentation

newtype I4 Source #

Constructors

I4 String 
Instances
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 #

newtype I8 Source #

Constructors

I8 String 
Instances
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 #

newtype AInt Source #

Constructors

AInt String 
Instances
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 #

newtype Boolean Source #

Constructors

Boolean String 
Instances
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

XmlContent Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Boolean -> HType #

newtype AString Source #

Constructors

AString String 
Instances
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

XmlContent AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: AString -> HType #

newtype ADouble Source #

Constructors

ADouble String 
Instances
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

XmlContent ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

HTypeable ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: ADouble -> HType #

newtype Base64 Source #

Constructors

Base64 String 
Instances
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

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 #

newtype Data Source #

Constructors

Data [Value] 
Instances
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 #

newtype Array Source #

Constructors

Array Data 
Instances
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 #

newtype Name Source #

Constructors

Name String 
Instances
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 #

data Member Source #

Constructors

Member Name Value 
Instances
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

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 #

newtype Struct Source #

Constructors

Struct [Member] 
Instances
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

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 #

newtype Nil Source #

Constructors

Nil () 
Instances
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 #

newtype Value Source #

Constructors

Value [Value_] 
Instances
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 #

newtype Param Source #

Constructors

Param Value 
Instances
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 #

newtype Params Source #

Constructors

Params [Param] 
Instances
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

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 #

newtype Fault Source #

Constructors

Fault Value 
Instances
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 #