The structure represents a XML-RPC document structure.
More...
Data Fields
-
xmlDocPtr doc
- XML-RPC document.
-
int n
- Number of structure members created.
-
struct rpc_struct * nnext
- nested structure support - a recursive list of nested structrures
-
int offset
- Offset in the reply where the structure should be printed.
-
struct rpc_struct * parent
- access to parent structure - used for flattening structure before reply
-
struct xmlrpc_reply * reply
- Print errors here.
-
xmlNodePtr struct_in
- Pointer to the structure parameter.
-
struct xmlrpc_reply struct_out
- Structure to be sent in reply.
Detailed Description
This is the data structure that represents XML-RPC structures that are sent to the client in the XML-RPC reply documents. A XML-RPC document structure is compound consting of name-value pairs.
- See also:
- http://www.xml-rpc.com
Definition at line 351 of file xmlrpc.c.
The documentation for this struct was generated from the following files: