You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ka...@apache.org on 2008/03/30 19:15:58 UTC

svn commit: r642780 - /webservices/axis2/trunk/c/axiom/include/axiom_stax_builder.h

Author: kaushalye
Date: Sun Mar 30 10:15:57 2008
New Revision: 642780

URL: http://svn.apache.org/viewvc?rev=642780&view=rev
Log:
Hackathon : AXIOM Stax builder header

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_stax_builder.h

Modified: webservices/axis2/trunk/c/axiom/include/axiom_stax_builder.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_stax_builder.h?rev=642780&r1=642779&r2=642780&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_stax_builder.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_stax_builder.h Sun Mar 30 10:15:57 2008
@@ -52,8 +52,8 @@
     /**
       * Builds the next node from stream. Moves pull parser forward and reacts 
       * to events.
-      * @param environment Environment. MUST NOT be NULL.
       * @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.
       */
@@ -69,7 +69,6 @@
       * @return satus of the op. AXIS2_SUCCESS on success else AXIS2_FAILURE.
       */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
-
     axiom_stax_builder_discard_current_element(
         struct axiom_stax_builder *builder,
         const axutil_env_t * env);
@@ -107,13 +106,16 @@
       *     NULL if an error occured.
       */
     AXIS2_EXTERN axiom_document_t *AXIS2_CALL
-
     axiom_stax_builder_get_document(
         struct axiom_stax_builder *builder,
         const axutil_env_t * env);
 
     /**
       * builder is finished building om structure
+      * @param builder pointer to stax builder struct to be used
+      * @param environment Environment. MUST NOT be NULL.
+      *
+      * @return AXIS2_TRUE if is complete or AXIS2_FALSE otherwise
       */
 
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
@@ -124,6 +126,8 @@
     /**
       * moves the reader to next event and returns the token returned
       * by the xml_reader , returns -1 on error 
+      * @param builder pointer to stax builder struct to be used
+      * @param environment Environment. MUST NOT be NULL.
       */
     AXIS2_EXTERN int AXIS2_CALL
     axiom_stax_builder_next_with_token(



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org