w2c_string.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016   
00017 #ifndef W2C_STRING_H
00018 #define W2C_STRING_H
00019 
00025 #include <stdio.h>
00026 #include <axis2_utils.h>
00027 #include <axis2_string.h>
00028 #include <axis2_qname.h>
00029 
00030 #ifdef __cplusplus
00031 extern "C"
00032 {
00033 #endif
00034 
00047 AXIS2_EXTERN int AXIS2_CALL
00048 w2c_string_indexof( axis2_char_t *str, axis2_char_t c );
00055 AXIS2_EXTERN int AXIS2_CALL
00056 w2c_string_indexof_cs( axis2_char_t *str, axis2_char_t *cs );
00057 
00066 AXIS2_EXTERN axis2_char_t*
00067 w2c_string_add_string ( axis2_char_t *string1, axis2_char_t *string2,
00068                    const axis2_env_t *env );
00069 
00078 AXIS2_EXTERN axis2_char_t*
00079 w2c_string_make_c_simple_name( axis2_char_t *name,
00080                                const axis2_env_t *env);
00081 
00090 AXIS2_EXTERN axis2_char_t*
00091 w2c_string_make_c_macro_name(axis2_char_t *name,
00092                                const axis2_env_t *env);
00093 
00100 AXIS2_EXTERN axis2_char_t*
00101 w2c_string_make_key_from_qname(axis2_qname_t *qname,
00102                                const axis2_env_t *env);
00103 
00106 #ifdef __cplusplus
00107 }
00108 #endif
00109 
00110 #endif /* W2C_STRING_H */

Generated on Thu Oct 26 21:11:24 2006 for Axis2/C by  doxygen 1.4.7