axutil_string_util.h

00001 
00002 /*
00003  * Licensed to the Apache Software Foundation (ASF) under one or more
00004  * contributor license agreements.  See the NOTICE file distributed with
00005  * this work for additional information regarding copyright ownership.
00006  * The ASF licenses this file to You under the Apache License, Version 2.0
00007  * (the "License"); you may not use this file except in compliance with
00008  * the License.  You may obtain a copy of the License at
00009  *
00010  *      http://www.apache.org/licenses/LICENSE-2.0
00011  *
00012  * Unless required by applicable law or agreed to in writing, software
00013  * distributed under the License is distributed on an "AS IS" BASIS,
00014  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00015  * See the License for the specific language governing permissions and
00016  * limitations under the License.
00017  */
00018 
00019 #ifndef AXUTIL_STRING_UTIL_H
00020 #define AXUTIL_STRING_UTIL_H
00021 
00022 #include <axutil_array_list.h>
00023 #include <axutil_string.h>
00024 #ifdef __cplusplus
00025 extern "C"
00026 {
00027 #endif
00028 
00029     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
00030     axutil_tokenize(
00031         const axutil_env_t * env,
00032         axis2_char_t * in,
00033         int delim);
00034 
00035     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
00036     axutil_first_token(
00037         const axutil_env_t * env,
00038         axis2_char_t * in,
00039         int delim);
00040 
00041     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
00042     axutil_last_token(
00043         const axutil_env_t * env,
00044         axis2_char_t * in,
00045         int delim);
00046 
00047 #ifdef __cplusplus
00048 }
00049 #endif
00050 #endif                          /* AXIS2_STRING_UTIL_H */

Generated on Tue Jan 8 01:28:17 2008 for Axis2/C by  doxygen 1.5.1