#include <axiom_doctype.h>
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) |
axis2_status_t( * axiom_doctype_ops::free)(struct axiom_doctype *om_doctype, const axis2_env_t *env) |
free doctype struct
om_doctype | pointer to axiom_doctype_t struct to be freed | |
env | Environment. MUST NOT be NULL, |
axis2_char_t*( * axiom_doctype_ops::get_value)(struct axiom_doctype *om_doctype, const axis2_env_t *env) |
om_doctype | pointer to a axiom_doctype_t struct | |
env | environment must not be null |
axis2_status_t( * axiom_doctype_ops::set_value)(struct axiom_doctype *om_doctype, const axis2_env_t *env, const axis2_char_t *value) |
om_doctype | pointer to axiom doctype_t struct | |
env | environment , MUST NOT be NULL. | |
value | doctype text value |
axis2_status_t( * axiom_doctype_ops::serialize)(struct axiom_doctype *om_doctype, const axis2_env_t *env, axiom_output_t *om_output) |
serialize op
om_doctype | pointer to axiom_doctype_t struct | |
env | environment , MUST NOT be NULL | |
om_output | pointer to axiom_output_t struct |