haxr-3000.11.5: 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 #

XmlContent I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> I4 -> ShowS #

show :: I4 -> String #

showList :: [I4] -> ShowS #

Eq I4 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype I8 Source #

Constructors

I8 String 

Instances

Instances details
HTypeable I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: I8 -> HType #

XmlContent I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> I8 -> ShowS #

show :: I8 -> String #

showList :: [I8] -> ShowS #

Eq I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype AInt Source #

Constructors

AInt String 

Instances

Instances details
HTypeable AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: AInt -> HType #

XmlContent AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> AInt -> ShowS #

show :: AInt -> String #

showList :: [AInt] -> ShowS #

Eq AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype Boolean Source #

Constructors

Boolean String 

Instances

Instances details
HTypeable Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Boolean -> HType #

XmlContent Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype AString Source #

Constructors

AString String 

Instances

Instances details
HTypeable AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: AString -> HType #

XmlContent AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype ADouble Source #

Constructors

ADouble String 

Instances

Instances details
HTypeable ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: ADouble -> HType #

XmlContent ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype Base64 Source #

Constructors

Base64 String 

Instances

Instances details
HTypeable Base64 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Base64 -> HType #

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

Methods

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

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

newtype Data Source #

Constructors

Data [Value] 

Instances

Instances details
HTypeable Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Data -> HType #

XmlContent Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Data -> ShowS #

show :: Data -> String #

showList :: [Data] -> ShowS #

Eq Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype Array Source #

Constructors

Array Data 

Instances

Instances details
HTypeable Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Array -> HType #

XmlContent Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Array -> ShowS #

show :: Array -> String #

showList :: [Array] -> ShowS #

Eq Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype Name Source #

Constructors

Name String 

Instances

Instances details
HTypeable Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Name -> HType #

XmlContent Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

Eq Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

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 #

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

Methods

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

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

newtype Struct Source #

Constructors

Struct [Member] 

Instances

Instances details
HTypeable Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Struct -> HType #

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

Methods

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

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

newtype Nil Source #

Constructors

Nil () 

Instances

Instances details
HTypeable Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Nil -> HType #

XmlContent Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Nil -> ShowS #

show :: Nil -> String #

showList :: [Nil] -> ShowS #

Eq Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype Value Source #

Constructors

Value [Value_] 

Instances

Instances details
HTypeable Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Value -> HType #

XmlContent Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #

Eq Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype Param Source #

Constructors

Param Value 

Instances

Instances details
HTypeable Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Param -> HType #

XmlContent Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Param -> ShowS #

show :: Param -> String #

showList :: [Param] -> ShowS #

Eq Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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

newtype Params Source #

Constructors

Params [Param] 

Instances

Instances details
HTypeable Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Params -> HType #

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

Methods

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

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

newtype Fault Source #

Constructors

Fault Value 

Instances

Instances details
HTypeable Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: Fault -> HType #

XmlContent Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

showsPrec :: Int -> Fault -> ShowS #

show :: Fault -> String #

showList :: [Fault] -> ShowS #

Eq Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

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

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