00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef OXS_TOKEN_DS_REFERENCE_H
00019 #define OXS_TOKEN_DS_REFERENCE_H
00020
00021
00031 #include <axis2_defines.h>
00032 #include <axutil_env.h>
00033 #include <axiom_node.h>
00034 #include <axiom_element.h>
00035 #include <axutil_qname.h>
00036 #ifdef __cplusplus
00037 extern "C"
00038 {
00039 #endif
00040
00044 AXIS2_EXTERN axiom_node_t* AXIS2_CALL
00045 oxs_token_build_ds_reference_element(const axutil_env_t *env,
00046 axiom_node_t *parent,
00047 axis2_char_t *id,
00048 axis2_char_t *uri,
00049 axis2_char_t *type);
00050
00051 AXIS2_EXTERN axis2_char_t *AXIS2_CALL
00052 oxs_token_get_ds_reference(const axutil_env_t *env, axiom_node_t *ref_node);
00053
00055 #ifdef __cplusplus
00056 }
00057 #endif
00058
00059 #endif