Main Page | Modules | Class List | Directories | File List | Class Members | File Members

axis2_om_doctype_ops Struct Reference
[OM Doctype]

OM doctype operations struct Encapsulator struct for operations of axis2_om_doctype. More...

#include <axis2_om_doctype.h>

List of all members.

Public Attributes

axis2_status_t(* free )(struct axis2_om_doctype *om_doctype, axis2_env_t **env)
axis2_char_t *(* get_value )(struct axis2_om_doctype *om_doctype, axis2_env_t **env)
axis2_status_t(* set_value )(struct axis2_om_doctype *om_doctype, axis2_env_t **env, const axis2_char_t *value)
axis2_status_t(* serialize )(struct axis2_om_doctype *om_doctype, axis2_env_t **env, axis2_om_output_t *om_output)


Detailed Description

OM doctype operations struct Encapsulator struct for operations of axis2_om_doctype.


Member Data Documentation

axis2_status_t( * axis2_om_doctype_ops::free)(struct axis2_om_doctype *om_doctype, axis2_env_t **env)
 

free doctype struct

Parameters:
om_doctype pointer to axis2_om_doctype_t struct to be freed
env Environment. MUST NOT be NULL,
Returns:
satus of the operation. AXIS2_SUCCESS on success AXIS2_FAILURE on error.

axis2_char_t*( * axis2_om_doctype_ops::get_value)(struct axis2_om_doctype *om_doctype, axis2_env_t **env)
 

Parameters:
om_doctype pointer to a axis2_om_doctype_t struct
env environment must not be null
Returns:
DTD text

axis2_status_t( * axis2_om_doctype_ops::serialize)(struct axis2_om_doctype *om_doctype, axis2_env_t **env, axis2_om_output_t *om_output)
 

serialize operation

Parameters:
om_doctype pointer to axis2_om_doctype_t struct
env environment , MUST NOT be NULL
om_output pointer to axis2_om_output_t struct
Returns:
status of the operation, AXIS2_SUCCESS on success, AXIS2_FAILURE on error.

axis2_status_t( * axis2_om_doctype_ops::set_value)(struct axis2_om_doctype *om_doctype, axis2_env_t **env, const axis2_char_t *value)
 

Parameters:
om_doctype pointer to axis2_om doctype_t struct
env environment , MUST NOT be NULL.
value doctype text value
Returns:
status of the operation, AXIS2_SUCCESS on success, AXIS2_FAILURE on error.


The documentation for this struct was generated from the following file:
Generated on Thu Nov 24 13:58:31 2005 for Axis2/C by  doxygen 1.4.2