oxs_c14n.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 OXS_C14N_H
00018 #define OXS_C14N_H
00019 
00031 #include <axis2_const.h>
00032 #include <axutil_error.h>
00033 #include <axutil_utils_defines.h>
00034 #include <axutil_utils.h>
00035 #include <axutil_env.h>
00036 #include <axutil_string.h>
00037 #include <axiom_document.h>
00038 #include <axutil_array_list.h>
00039 #include <axutil_stream.h>
00040 
00041 
00042 #ifdef __cplusplus
00043 extern "C"
00044 {
00045 #endif
00046     
00060     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00061     oxs_c14n_apply_stream_algo(
00062         const axutil_env_t *env,
00063         const axiom_document_t *doc,
00064         axutil_stream_t *stream,
00065         const axutil_array_list_t *ns_prefixes,
00066         const axiom_node_t *node,
00067         const axis2_char_t* algo
00068     );
00069 
00070 
00085     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00086     oxs_c14n_apply_algo(
00087         const axutil_env_t *env,
00088         const axiom_document_t *doc,
00089         axis2_char_t **outbuf,
00090         const axutil_array_list_t *ns_prefixes,
00091         const axiom_node_t *node,
00092         const axis2_char_t *algo
00093     );
00094 
00095 
00112     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00113     oxs_c14n_apply_stream(
00114         const axutil_env_t *env,
00115         const axiom_document_t *doc,
00116         axis2_bool_t comments,
00117         axutil_stream_t *stream,
00118         const axis2_bool_t exclusive,
00119         const axutil_array_list_t *ns_prefixes,
00120         const axiom_node_t *node
00121     );
00122 
00123 
00141     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00142     oxs_c14n_apply (
00143         const axutil_env_t *env,
00144         const axiom_document_t *doc,
00145         const axis2_bool_t comments,
00146         axis2_char_t **outbuf,
00147         const axis2_bool_t exclusive,
00148         const axutil_array_list_t *ns_prefixes,
00149         const axiom_node_t *node
00150     );
00151 #ifdef __cplusplus
00152 }
00154 #endif
00155 #endif  /* OXS_C14N_H */

Generated on Wed May 13 10:52:52 2009 for Rampart/C by  doxygen 1.5.5