#include <axis2_defines.h>
#include <axis2.h>
#include <axis2_env.h>
#include <axis2_om_node.h>
#include <axis2_xml_writer.h>
Go to the source code of this file.
Typedefs | |
typedef axis2_om_output | axis2_om_output_t |
OM Output struct The XML writer interface struct of om. | |
Functions | |
axis2_om_output_t * | axis2_om_output_create (axis2_env_t **env, axis2_xml_writer_t *xml_writer) |
axis2_status_t | axis2_om_output_write (axis2_om_output_t *om_output, axis2_env_t **env, axis2_om_types_t type, int no_of_args,...) |
axis2_status_t | axis2_om_output_free (axis2_om_output_t *om_output, axis2_env_t **env) |