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 la...@apache.org on 2008/04/01 12:03:11 UTC

svn commit: r643346 - /webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h

Author: lahiru
Date: Tue Apr  1 03:02:56 2008
New Revision: 643346

URL: http://svn.apache.org/viewvc?rev=643346&view=rev
Log:
change the method documentation.

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

Modified: webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h?rev=643346&r1=643345&r2=643346&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h Tue Apr  1 03:02:56 2008
@@ -427,6 +427,8 @@
     );
 
     /**
+     * while parsing through this method is calling for each and every
+     * time it parse a charactor.This is the atomic method which parse charactors.
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
@@ -449,6 +451,7 @@
         const axutil_env_t * env);
 
     /**
+     * free method for xml reader
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
@@ -463,7 +466,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return number of attributes in an element
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_attribute_name_by_number(
@@ -475,7 +478,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return the attribute name by number
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_attribute_prefix_by_number(
@@ -487,7 +490,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return the attribute prefix by number
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_attribute_value_by_number(
@@ -499,7 +502,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return attribute value by number
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_attribute_namespace_by_number(
@@ -511,7 +514,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return attribute namespace by number
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_value(
@@ -522,7 +525,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return value of the element
      */
     AXIS2_EXTERN int AXIS2_CALL
     axiom_xml_reader_get_namespace_count(
@@ -533,7 +536,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return the number of namespaces in an element
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_namespace_uri_by_number(
@@ -545,7 +548,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return uri or the namespace by number
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_namespace_prefix_by_number(
@@ -557,7 +560,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return prefix of the namespace by number
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_prefix(
@@ -568,7 +571,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return namespace prefix
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_name(
@@ -579,7 +582,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return name of the element
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_pi_target(
@@ -621,6 +624,7 @@
         void *data);
 
     /**
+     * free method for xml 
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
@@ -635,7 +639,7 @@
      * @param parser pointer to the OM XML Reader struct
      * @param env environment struct, must not be null
      *
-     * @return 
+     * @return charactor encoding
      */
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_xml_reader_get_namespace_uri(
@@ -662,3 +666,17 @@
 #endif
 
 #endif                          /* AXIOM_XML_READER_H */
+
+
+
+
+
+
+
+
+
+
+
+
+
+



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