| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.XmlRpc.DTD_XMLRPC
Documentation
newtype DateTime_iso8601 Source
Constructors
| DateTime_iso8601 String |
Instances
| Eq DateTime_iso8601 Source | |
| Show DateTime_iso8601 Source | |
| XmlContent DateTime_iso8601 Source | |
| HTypeable DateTime_iso8601 Source |
newtype MethodName Source
Constructors
| MethodName String |
Instances
| Eq MethodName Source | |
| Show MethodName Source | |
| XmlContent MethodName Source | |
| HTypeable MethodName Source |
data MethodCall Source
Constructors
| MethodCall MethodName (Maybe Params) |
Instances
| Eq MethodCall Source | |
| Show MethodCall Source | |
| XmlContent MethodCall Source | |
| HTypeable MethodCall Source |
data MethodResponse Source
Constructors
| MethodResponseParams Params | |
| MethodResponseFault Fault |
Instances
| Eq MethodResponse Source | |
| Show MethodResponse Source | |
| XmlContent MethodResponse Source | |
| HTypeable MethodResponse Source |