Main Page | Class List | File List | Class Members | File Members

/Users/engelen/Projects/gsoap/doc/dom/dom.cpp File Reference

#include "stdsoap2.h"

Include dependency graph for dom.cpp:

Include dependency graph

Defines

#define SOAP_DOMID_FORMAT   "dom%d"

Functions

SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__anyType (struct soap *, struct soap_dom_element const *)
SOAP_FMAC1 void SOAP_FMAC2 soap_default_xsd__anyType (struct soap *, struct soap_dom_element *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyType (struct soap *, const struct soap_dom_element *, const char *, const char *)
SOAP_FMAC1 int SOAP_FMAC2 soap_out_xsd__anyType (struct soap *, const char *, int, const struct soap_dom_element *, const char *)
SOAP_FMAC3 struct soap_dom_element
*SOAP_FMAC4 
soap_get_xsd__anyType (struct soap *, struct soap_dom_element *, const char *, const char *)
SOAP_FMAC1 struct soap_dom_element
*SOAP_FMAC2 
soap_in_xsd__anyType (struct soap *, const char *, struct soap_dom_element *, const char *)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__anyAttribute (struct soap *, struct soap_dom_attribute const *)
SOAP_FMAC1 void SOAP_FMAC2 soap_default_xsd__anyAttribute (struct soap *, struct soap_dom_attribute *)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyAttribute (struct soap *, const struct soap_dom_attribute *, const char *, const char *)
SOAP_FMAC1 int SOAP_FMAC2 soap_out_xsd__anyAttribute (struct soap *, const char *, int, const struct soap_dom_attribute *, const char *)
SOAP_FMAC3 struct soap_dom_attribute
*SOAP_FMAC4 
soap_get_xsd__anyAttribute (struct soap *, struct soap_dom_attribute *, const char *, const char *)
SOAP_FMAC1 struct soap_dom_attribute
*SOAP_FMAC2 
soap_in_xsd__anyAttribute (struct soap *, const char *, struct soap_dom_attribute *, const char *)
SOAP_FMAC1 void SOAP_FMAC2 soap_markelement (struct soap *, const void *, int)
SOAP_FMAC1 int SOAP_FMAC2 soap_putelement (struct soap *, const void *, const char *, int, int)
SOAP_FMAC1 void *SOAP_FMAC2 soap_getelement (struct soap *, int *)
soap_ilist * soap_lookup_ns_prefix (struct soap *, const char *)
soap_ilist * soap_enter_ns_prefix (struct soap *, const char *, const char *)
int out_element (struct soap *soap, const struct soap_dom_element *node, const char *prefix, const char *name, const char *nstr)
int out_attribute (struct soap *soap, const char *prefix, const char *name, const char *data)
SOAP_FMAC1 struct soap_dom_element
*SOAP_FMAC2 
soap_dom_next_element (struct soap_dom_element *elt)
soap_dom_attribute * soap_dom_next_attribute (struct soap_dom_attribute *att)

Define Documentation

#define SOAP_DOMID_FORMAT   "dom%d"
 


Function Documentation

int out_attribute (  struct soap *  soap,
const char *  prefix,
const char *  name,
const char *  data
)  [static]
 

int out_element (  struct soap *  soap,
const struct soap_dom_element *  node,
const char *  prefix,
const char *  name,
const char *  nstr
)  [static]
 

SOAP_FMAC1 void SOAP_FMAC2 soap_default_xsd__anyAttribute (  struct soap *  ,
struct soap_dom_attribute * 
) 
 

SOAP_FMAC1 void SOAP_FMAC2 soap_default_xsd__anyType (  struct soap *  ,
struct soap_dom_element * 
) 
 

struct soap_dom_attribute* soap_dom_next_attribute (  struct soap_dom_attribute *  att  ) 
 

SOAP_FMAC1 struct soap_dom_element* SOAP_FMAC2 soap_dom_next_element (  struct soap_dom_element *  elt  ) 
 

struct soap_ilist * soap_enter_ns_prefix (  struct soap *  ,
const char *  ,
const char * 
)  [static]
 

SOAP_FMAC3 struct soap_dom_attribute* SOAP_FMAC4 soap_get_xsd__anyAttribute (  struct soap *  ,
struct soap_dom_attribute *  ,
const char *  ,
const char * 
) 
 

SOAP_FMAC3 struct soap_dom_element* SOAP_FMAC4 soap_get_xsd__anyType (  struct soap *  ,
struct soap_dom_element *  ,
const char *  ,
const char * 
) 
 

SOAP_FMAC1 void* SOAP_FMAC2 soap_getelement (  struct soap *  ,
int * 
) 
 

SOAP_FMAC1 struct soap_dom_attribute *SOAP_FMAC2 soap_in_xsd__anyAttribute (  struct soap *  ,
const char *  ,
struct soap_dom_attribute *  ,
const char * 
) 
 

SOAP_FMAC1 struct soap_dom_element *SOAP_FMAC2 soap_in_xsd__anyType (  struct soap *  ,
const char *  ,
struct soap_dom_element *  ,
const char * 
) 
 

struct soap_ilist * soap_lookup_ns_prefix (  struct soap *  ,
const char * 
)  [static]
 

SOAP_FMAC1 void SOAP_FMAC2 soap_markelement (  struct soap *  ,
const void *  ,
int 
) 
 

SOAP_FMAC1 int SOAP_FMAC2 soap_out_xsd__anyAttribute (  struct soap *  ,
const char *  ,
int  ,
const struct soap_dom_attribute *  ,
const char * 
) 
 

SOAP_FMAC1 int SOAP_FMAC2 soap_out_xsd__anyType (  struct soap *  ,
const char *  ,
int  ,
const struct soap_dom_element *  ,
const char * 
) 
 

SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyAttribute (  struct soap *  ,
const struct soap_dom_attribute *  ,
const char *  ,
const char * 
) 
 

SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyType (  struct soap *  ,
const struct soap_dom_element *  ,
const char *  ,
const char * 
) 
 

SOAP_FMAC1 int SOAP_FMAC2 soap_putelement (  struct soap *  ,
const void *  ,
const char *  ,
int  ,
int 
) 
 

SOAP_FMAC1 void SOAP_FMAC2 soap_serialize_xsd__anyAttribute (  struct soap *  ,
struct soap_dom_attribute const * 
) 
 

SOAP_FMAC1 void SOAP_FMAC2 soap_serialize_xsd__anyType (  struct soap *  ,
struct soap_dom_element const * 
) 
 


Generated on Mon Jun 25 22:31:43 2007 for gSOAP level-2 DOM by doxygen 1.3.8