axiom_children_iterator.h File Reference

this is the iterator for om nodes More...

#include <axiom_node.h>
#include <axiom_text.h>

Go to the source code of this file.

Classes

struct  axiom_children_iterator_ops
 axiom_children_iterator ops Encapsulator struct for ops of axiom_iterator More...
struct  axiom_children_iterator

Defines

#define AXIOM_CHILDREN_ITERATOR_FREE(iterator, env)   ((iterator)->ops->free_fn(iterator, env))
#define AXIOM_CHILDREN_ITERATOR_REMOVE(iterator, env)   ((iterator)->ops->remove(iterator, env))
#define AXIOM_CHILDREN_ITERATOR_HAS_NEXT(iterator, env)   ((iterator)->ops->has_next(iterator, env))
#define AXIOM_CHILDREN_ITERATOR_NEXT(iterator, env)   ((iterator)->ops->next(iterator, env))
#define AXIOM_CHILDREN_ITERATOR_RESET(iterator, env)   ((iterator)->ops->reset(iterator, env))

Typedefs

typedef axiom_children_iterator_ops axiom_children_iterator_ops_t
typedef axiom_children_iterator axiom_children_iterator_t

Functions

AXIS2_EXTERN axiom_children_iterator_t * axiom_children_iterator_create (const axis2_env_t *env, axiom_node_t *current_child)


Detailed Description

this is the iterator for om nodes


Generated on Tue Oct 3 18:21:11 2006 for Axis2/C by  doxygen 1.4.7