#include <axis2_om_stax_builder.h>
Public Attributes | |
axis2_om_node_t *(* | next )(struct axis2_om_stax_builder *builder, axis2_env_t **env) |
axis2_status_t(* | discard_current_element )(struct axis2_om_stax_builder *builder, axis2_env_t **env) |
axis2_status_t(* | free )(struct axis2_om_stax_builder *builder, axis2_env_t **env) |
axis2_om_document_t *(* | get_document )(struct axis2_om_stax_builder *builder, axis2_env_t **env) |
axis2_status_t(* | set_document )(struct axis2_om_stax_builder *builder, axis2_env_t **env, axis2_om_document_t *document) |
|
Discards the element that is being built currently.
|
|
Free operation
|
|
get the document associated with the builder
|
|
Builds the next node from stream. Moves pull parser forward and reacts to events.
|
|
set the document associated with the builder
|