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 #ifdef __cplusplus
00042 extern "C"
00043 {
00044 #endif
00045     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00046     oxs_c14n_apply_stream_algo(
00047         const axutil_env_t *env,
00048         const axiom_document_t *doc,
00049         axutil_stream_t *stream,
00050         const axutil_array_list_t *ns_prefixes,
00051         const axiom_node_t *node,
00052         const axis2_char_t* algo
00053     );
00054 
00055     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00056     oxs_c14n_apply_algo(
00057         const axutil_env_t *env,
00058         const axiom_document_t *doc,
00059         axis2_char_t **outbuf,
00060         const axutil_array_list_t *ns_prefixes,
00061         const axiom_node_t *node,
00062         const axis2_char_t *algo
00063     );
00064 
00065 
00066     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00067     oxs_c14n_apply_stream(
00068         const axutil_env_t *env,
00069         const axiom_document_t *doc,
00070         axis2_bool_t comments,
00071         axutil_stream_t *stream,
00072         const axis2_bool_t exclusive,
00073         const axutil_array_list_t *ns_prefixes,
00074         const axiom_node_t *node
00075     );
00076 
00077     AXIS2_EXTERN axis2_status_t AXIS2_CALL
00078     oxs_c14n_apply (
00079         const axutil_env_t *env,
00080         const axiom_document_t *doc,
00081         const axis2_bool_t comments,
00082         axis2_char_t **outbuf,
00083         const axis2_bool_t exclusive,
00084         const axutil_array_list_t *ns_prefixes,
00085         const axiom_node_t *node
00086     );
00087 
00088 #ifdef __cplusplus
00089 }
00090 #endif
00091 #endif  /* OXS_C14N_H */

Generated on Thu Oct 4 17:37:07 2007 for Rampart/C by  doxygen 1.4.7