00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef OXS_TOKEN_REFERENCE_H
00019 #define OXS_TOKEN_REFERENCE_H
00020
00021
00027 #include <axis2_defines.h>
00028 #include <axis2_env.h>
00029 #include <axiom_node.h>
00030 #include <axiom_element.h>
00031 #include <axis2_qname.h>
00032 #ifdef __cplusplus
00033 extern "C"
00034 {
00035 #endif
00036
00040 AXIS2_EXTERN axiom_node_t* AXIS2_CALL
00041 oxs_token_build_reference_element(const axis2_env_t *env,
00042 axiom_node_t *parent,
00043 axis2_char_t *ref,
00044 axis2_char_t *value_type
00045 );
00046
00047 AXIS2_EXTERN axis2_char_t* AXIS2_CALL
00048 oxs_token_get_reference(const axis2_env_t *env, axiom_node_t *ref_node);
00049
00051 #ifdef __cplusplus
00052 }
00053 #endif
00054
00055 #endif