summaryrefslogtreecommitdiffstats
path: root/axiom/src/om/axiom_stax_builder_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'axiom/src/om/axiom_stax_builder_internal.h')
-rw-r--r--axiom/src/om/axiom_stax_builder_internal.h27
1 files changed, 15 insertions, 12 deletions
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
/** @} */