axiom_doctype_ops Struct Reference
[doctype]

doctype ops struct Encapsulator struct for ops of axiom_doctype More...

#include <axiom_doctype.h>

List of all members.

Public Attributes

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


Detailed Description

doctype ops struct Encapsulator struct for ops of axiom_doctype


Member Data Documentation

axis2_status_t( * axiom_doctype_ops::free)(struct axiom_doctype *om_doctype, const axis2_env_t *env)

free doctype struct

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

axis2_char_t*( * axiom_doctype_ops::get_value)(struct axiom_doctype *om_doctype, const axis2_env_t *env)

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

axis2_status_t( * axiom_doctype_ops::set_value)(struct axiom_doctype *om_doctype, const axis2_env_t *env, const axis2_char_t *value)

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

axis2_status_t( * axiom_doctype_ops::serialize)(struct axiom_doctype *om_doctype, const axis2_env_t *env, axiom_output_t *om_output)

serialize op

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


The documentation for this struct was generated from the following file:
Generated on Wed Dec 20 20:35:10 2006 for Axis2/C by  doxygen 1.5.1