#include <axiom_stax_builder.h>
Public Attributes | |
axiom_node_t *(* | next )(struct axiom_stax_builder *builder, const axis2_env_t *env) |
axis2_status_t(* | discard_current_element )(struct axiom_stax_builder *builder, const axis2_env_t *env) |
axis2_status_t(* | free )(struct axiom_stax_builder *builder, const axis2_env_t *env) |
axiom_document_t *(* | get_document )(struct axiom_stax_builder *builder, const axis2_env_t *env) |
axis2_bool_t(* | is_complete )(struct axiom_stax_builder *builder, const axis2_env_t *env) |
int(* | next_with_token )(struct axiom_stax_builder *builder, const axis2_env_t *env) |
|
Discards the element that is being built currently.
|
|
Free op
|
|
get the document associated with the builder
|
|
builder is finished building om structure |
|
Builds the next node from stream. Moves pull parser forward and reacts to events.
|
|
moves the reader to next event and returns the token returned by the xml_reader , returns -1 on error |