summaryrefslogtreecommitdiffstats
path: root/axiom/include/axiom_element.h
diff options
context:
space:
mode:
authorGravatar shankar2010-03-23 07:10:27 +0000
committerGravatar shankar2010-03-23 07:10:27 +0000
commita75ede936bab7d60c912fbcdda24d901ae50aba6 (patch)
tree2e9c8984c7653791f10b73cb570bfc92abe835a1 /axiom/include/axiom_element.h
parente58fa35ea4989a309b9b392ec97c09ddc9dc54d8 (diff)
downloadaxis2c-a75ede936bab7d60c912fbcdda24d901ae50aba6.tar.gz
axis2c-a75ede936bab7d60c912fbcdda24d901ae50aba6.tar.bz2
refactoring.
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom/include/axiom_element.h')
-rw-r--r--axiom/include/axiom_element.h36
1 files changed, 20 insertions, 16 deletions
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