axiom_children_qname_iterator.h File Reference

this is the iterator for om nodes using qname More...

#include <axiom_node.h>
#include <axiom_namespace.h>
#include <axis2_qname.h>

Go to the source code of this file.

Classes

struct  axiom_children_qname_iterator_ops
 axiom_children_iterator operations Encapsulator struct for operations of axiom_iterator More...
struct  axiom_children_qname_iterator

Defines

#define AXIOM_CHILDREN_QNAME_ITERATOR_FREE(iterator, env)   ((iterator)->ops->free_fn(iterator, env))
#define AXIOM_CHILDREN_QNAME_ITERATOR_REMOVE(iterator, env)   ((iterator)->ops->remove(iterator, env))
#define AXIOM_CHILDREN_QNAME_ITERATOR_HAS_NEXT(iterator, env)   ((iterator)->ops->has_next(iterator, env))
#define AXIOM_CHILDREN_QNAME_ITERATOR_NEXT(iterator, env)   ((iterator)->ops->next(iterator, env))

Typedefs

typedef axiom_children_qname_iterator_ops axiom_children_qname_iterator_ops_t
typedef axiom_children_qname_iterator axiom_children_qname_iterator_t

Functions

AXIS2_EXTERN axiom_children_qname_iterator_t * axiom_children_qname_iterator_create (const axis2_env_t *env, axiom_node_t *current_child, axis2_qname_t *given_qname)


Detailed Description

this is the iterator for om nodes using qname


Generated on Tue Oct 3 22:35:49 2006 for Axis2/C by  doxygen 1.4.7