00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef AXIS2_QNAME_UTIL_H
00018 #define AXIS2_QNAME_UTIL_H
00019
00020 #include <axis2_qname.h>
00021 #include <axiom.h>
00022
00023 #ifdef __cplusplus
00024 extern "C"
00025 {
00026 #endif
00027
00028 AXIS2_EXTERN axis2_bool_t AXIS2_CALL
00029 axis2_qname_util_matches(
00030 const axis2_env_t *env,
00031 axis2_qname_t *qname,
00032 axiom_node_t *node);
00033
00034 AXIS2_EXTERN axis2_qname_t * AXIS2_CALL
00035 axis2_qname_util_new_qname(
00036 const axis2_env_t *env,
00037 axiom_node_t *node);
00038
00039 #ifdef __cplusplus
00040 }
00041 #endif
00042 #endif