From d45f051fd09f8f75e33dc7b8e57f91b4b68201d5 Mon Sep 17 00:00:00 2001 From: shankar Date: Tue, 23 Mar 2010 07:56:16 +0000 Subject: refactor git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926489 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/src/om/axiom_stax_builder_internal.h | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'axiom/src/om/axiom_stax_builder_internal.h') diff --git a/axiom/src/om/axiom_stax_builder_internal.h b/axiom/src/om/axiom_stax_builder_internal.h index e78c776..ca78e7d 100644 --- a/axiom/src/om/axiom_stax_builder_internal.h +++ b/axiom/src/om/axiom_stax_builder_internal.h @@ -66,18 +66,7 @@ extern "C" axiom_stax_builder_t * builder, const axutil_env_t * env); - /** - * Builds the next node from stream. Moves pull parser forward and reacts - * to events. - * @param builder pointer to stax builder struct to be used - * @param environment Environment. MUST NOT be NULL. - * @return a pointer to the next node, or NULL if there are no more nodes. - * On erros sets the error and returns NULL. - */ - axiom_node_t *AXIS2_CALL - axiom_stax_builder_next( - struct axiom_stax_builder *builder, - const axutil_env_t * env); + /** * builder is finished building om structure @@ -103,6 +92,19 @@ extern "C" struct axiom_stax_builder *builder, const axutil_env_t * env); + /** + * Builds the next node from stream. Moves pull parser forward and reacts + * to events. + * @param builder pointer to stax builder struct to be used + * @param environment Environment. MUST NOT be NULL. + * @return a pointer to the next node, or NULL if there are no more nodes. + * On erros sets the error and returns NULL. + */ + axiom_node_t *AXIS2_CALL + axiom_stax_builder_next( + struct axiom_stax_builder *builder, + const axutil_env_t * env); + #if 0 /** * Discards the element that is being built currently. @@ -126,6 +128,7 @@ extern "C" const axutil_env_t * env, axis2_bool_t enable_cache); + #endif /** @} */ -- cgit v1.1-32-gdbae