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.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/axiom/src/om/axiom_stax_builder_internal.h b/axiom/src/om/axiom_stax_builder_internal.h
index ca78e7d..31344d5 100644
--- a/axiom/src/om/axiom_stax_builder_internal.h
+++ b/axiom/src/om/axiom_stax_builder_internal.h
@@ -92,18 +92,7 @@ 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
/**
@@ -128,6 +117,18 @@ extern "C"
const axutil_env_t * env,
axis2_bool_t enable_cache);
+ /**
+ * 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);
#endif