#include <axis2_allocator.h>
#include <axis2_env.h>
#include <axis2_error.h>
#include <axis2_string.h>
#include <axis2_utils.h>
#include <axis2_hash.h>
#include <axis2_qname.h>
#include <axis2_generic_obj.h>
#include <axis2_uri.h>
#include <woden.h>
#include <woden_documentable_element.h>
#include <woden_nested_element.h>
Go to the source code of this file.
Classes | |
struct | woden_property_element_ops |
union | woden_property_element_base |
struct | woden_property_element |
Defines | |
#define | WODEN_PROPERTY_ELEMENT_FREE(doc_el, env) |
#define | WODEN_PROPERTY_ELEMENT_TYPE(doc_el, env) |
#define | WODEN_PROPERTY_ELEMENT_SET_REF(doc_el, env, uri) |
#define | WODEN_PROPERTY_ELEMENT_GET_REF(doc_el, env) |
#define | WODEN_PROPERTY_ELEMENT_SET_VALUE(doc_el, env, value) |
#define | WODEN_PROPERTY_ELEMENT_GET_VALUE(doc_el, env) |
#define | WODEN_PROPERTY_ELEMENT_SET_CONSTRAINT_QNAME(doc_el, env, qname) |
#define | WODEN_PROPERTY_ELEMENT_GET_CONSTRAINT_QNAME(doc_el, env) |
#define | WODEN_PROPERTY_ELEMENT_GET_CONSTRAINT(doc_el, env) |
#define | WODEN_PROPERTY_ELEMENT_SET_HAS_VALUE_TOKEN(doc_el, env, b) |
#define | WODEN_PROPERTY_ELEMENT_HAS_VALUE_TOKEN(doc_el, env) |
Typedefs | |
typedef woden_property_element | woden_property_element_t |
typedef woden_property_element_ops | woden_property_element_ops_t |
typedef woden_property_element_base | woden_property_element_base_t |
Functions | |
axis2_status_t | woden_property_element_resolve_methods (woden_property_element_t *property_element, const axis2_env_t *env, axis2_hash_t *methods) |
Represents the <property> element and its child elements; <documentation>, <value> or <constraint> and any extension elements.
A property may have a value or a constraint but not both. If it has a value, the <constraint> element may only contain the the NM Token value
, in which case has_value_token()
will return true and get_constraint
will return null.