w2c_string.h

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

Generated on Wed Dec 20 20:34:50 2006 for Axis2/C by  doxygen 1.5.1