From a75ede936bab7d60c912fbcdda24d901ae50aba6 Mon Sep 17 00:00:00 2001 From: shankar Date: Tue, 23 Mar 2010 07:10:27 +0000 Subject: refactoring. git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926481 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/include/axiom_element.h | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'axiom/include/axiom_element.h') diff --git a/axiom/include/axiom_element.h b/axiom/include/axiom_element.h index ceb4417..fd6a1d8 100644 --- a/axiom/include/axiom_element.h +++ b/axiom/include/axiom_element.h @@ -506,22 +506,7 @@ extern "C" const axutil_env_t * env, axiom_node_t * element_node); - /** - * builds this om_element_node completely, This is only possible - * if the om_stax_builder is associated with the om_element_node, - * @param om_element pointer to om_element - * @param env environment MUST not be NULL - * @param om_node pointer to this element node - * @param element_node corresponding om element node of this om element - * struct - * @returns AXIS2_SUCCESS if this element node was successfully completed, - * otherwise returns AXIS2_FAILURE - */ - AXIS2_EXTERN axis2_status_t AXIS2_CALL - axiom_element_build( - axiom_element_t * om_element, - const axutil_env_t * env, - axiom_node_t * element_node); + /** * retrieves the default namespace of this element , if available, @@ -738,6 +723,25 @@ extern "C" axiom_element_t * root_element, axutil_hash_t *inscope_namespaces); +#if 0 + /** + * builds this om_element_node completely, This is only possible + * if the om_stax_builder is associated with the om_element_node, + * @param om_element pointer to om_element + * @param env environment MUST not be NULL + * @param om_node pointer to this element node + * @param element_node corresponding om element node of this om element + * struct + * @returns AXIS2_SUCCESS if this element node was successfully completed, + * otherwise returns AXIS2_FAILURE + */ + AXIS2_EXTERN axis2_status_t AXIS2_CALL + axiom_element_build( + axiom_element_t * om_element, + const axutil_env_t * env, + axiom_node_t * element_node); + +#endif /** @} */ #ifdef __cplusplus -- cgit v1.1-32-gdbae