Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

woden_bool_attr.h File Reference

Axis2 Boolean Attribute Interface This class represents XML attribute information items of type xs:boolean. If the attribute value is not "true" or "false" the Boolean content will be initialized to "false" by default, but the isValid() method will return "false". More...

#include <woden_xml_attr.h>
#include <woden.h>

Go to the source code of this file.

Defines

#define WODEN_BOOL_ATTR_FREE(bool_attr, env)   (((woden_bool_attr_t *) bool_attr)->ops->free(bool_attr, env))
#define WODEN_BOOL_ATTR_TO_BOOL_ATTR_FREE(bool_attr, env)
#define WODEN_BOOL_ATTR_TYPE(bool_attr, env)
#define WODEN_BOOL_ATTR_GET_BASE_IMPL(bool_attr, env)
#define WODEN_BOOL_ATTR_GET_BOOL(bool_attr, env)
#define WODEN_BOOL_ATTR_CONVERT(bool_attr, env)

Typedefs

typedef woden_bool_attr woden_bool_attr_t
typedef woden_bool_attr_ops woden_bool_attr_ops_t

Functions

AXIS2_EXTERN woden_bool_attr_t * woden_bool_attr_create (const axis2_env_t *env, struct axiom_element *owner_el, struct axiom_node *owner_node, axis2_qname_t *attr_type, axis2_char_t *attr_value)
AXIS2_EXTERN axis2_status_t woden_bool_attr_resolve_methods (woden_bool_attr_t *bool_attr, const axis2_env_t *env, axis2_hash_t *methods)


Detailed Description

Axis2 Boolean Attribute Interface This class represents XML attribute information items of type xs:boolean. If the attribute value is not "true" or "false" the Boolean content will be initialized to "false" by default, but the isValid() method will return "false".


Generated on Fri Jun 16 18:02:37 2006 for Axis2/C by  doxygen 1.4.2