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

Methods

parseContents :: XMLParser I4

toContents :: I4 -> [Content ()]

xToChar :: I4 -> Char

xFromChar :: Char -> I4

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

XmlContent I8 Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser I8

toContents :: I8 -> [Content ()]

xToChar :: I8 -> Char

xFromChar :: Char -> I8

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

XmlContent AInt Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser AInt

toContents :: AInt -> [Content ()]

xToChar :: AInt -> Char

xFromChar :: Char -> AInt

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 

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

Methods

parseContents :: XMLParser Boolean

toContents :: Boolean -> [Content ()]

xToChar :: Boolean -> Char

xFromChar :: Char -> Boolean

Show Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Boolean Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

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

Methods

parseContents :: XMLParser AString

toContents :: AString -> [Content ()]

xToChar :: AString -> Char

xFromChar :: Char -> AString

Show AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq AString Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

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

Methods

parseContents :: XMLParser ADouble

toContents :: ADouble -> [Content ()]

xToChar :: ADouble -> Char

xFromChar :: Char -> ADouble

Show ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq ADouble Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

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

Methods

parseContents :: XMLParser Base64

toContents :: Base64 -> [Content ()]

xToChar :: Base64 -> Char

xFromChar :: Char -> Base64

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

XmlContent Data Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Data

toContents :: Data -> [Content ()]

xToChar :: Data -> Char

xFromChar :: Char -> Data

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

XmlContent Array Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Array

toContents :: Array -> [Content ()]

xToChar :: Array -> Char

xFromChar :: Char -> Array

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

XmlContent Name Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Name

toContents :: Name -> [Content ()]

xToChar :: Name -> Char

xFromChar :: Char -> Name

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

XmlContent Member Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Member

toContents :: Member -> [Content ()]

xToChar :: Member -> Char

xFromChar :: Char -> Member

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

XmlContent Struct Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Struct

toContents :: Struct -> [Content ()]

xToChar :: Struct -> Char

xFromChar :: Char -> Struct

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

XmlContent Nil Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Nil

toContents :: Nil -> [Content ()]

xToChar :: Nil -> Char

xFromChar :: Char -> Nil

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

XmlContent Value Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Value

toContents :: Value -> [Content ()]

xToChar :: Value -> Char

xFromChar :: Char -> Value

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

XmlContent Param Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Param

toContents :: Param -> [Content ()]

xToChar :: Param -> Char

xFromChar :: Char -> Param

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

XmlContent Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Params

toContents :: Params -> [Content ()]

xToChar :: Params -> Char

xFromChar :: Char -> Params

Show Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq Params Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

newtype MethodName Source #

Constructors

MethodName String 

Instances

Instances details
HTypeable MethodName Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: MethodName -> HType

XmlContent MethodName Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show MethodName Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq MethodName Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

data MethodCall Source #

Instances

Instances details
HTypeable MethodCall Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

toHType :: MethodCall -> HType

XmlContent MethodCall Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Show MethodCall Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Eq MethodCall 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

XmlContent Fault Source # 
Instance details

Defined in Network.XmlRpc.DTD_XMLRPC

Methods

parseContents :: XMLParser Fault

toContents :: Fault -> [Content ()]

xToChar :: Fault -> Char

xFromChar :: Char -> Fault

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 #