axiom_child_element_iterator_ops Struct Reference
[child element iterator]

axiom_child_element_iterator ops Encapsulator struct for ops of axiom_iterator More...

#include <axiom_child_element_iterator.h>

List of all members.

Public Attributes

axis2_status_t(* free_fn )(void *iterator, const axis2_env_t *env)
axis2_status_t(* remove )(axiom_child_element_iterator_t *iterator, const axis2_env_t *env)
axis2_bool_t(* has_next )(axiom_child_element_iterator_t *iterator, const axis2_env_t *env)
axiom_node_t *(* next )(axiom_child_element_iterator_t *iterator, const axis2_env_t *env)


Detailed Description

axiom_child_element_iterator ops Encapsulator struct for ops of axiom_iterator


Member Data Documentation

axis2_bool_t( * axiom_child_element_iterator_ops::has_next)(axiom_child_element_iterator_t *iterator, const axis2_env_t *env)

returns true if the iteration has more elements in otherwords it returns true if the next() would return an element rather than null with an error code set to environments error

axiom_node_t*( * axiom_child_element_iterator_ops::next)(axiom_child_element_iterator_t *iterator, const axis2_env_t *env)

Returns the next element in the iteration. Returns null if there is no more elements

axis2_status_t( * axiom_child_element_iterator_ops::remove)(axiom_child_element_iterator_t *iterator, const axis2_env_t *env)

Removes from the underlying collection the last element returned by the iterator (optional op). This method can be called only once per call to next. The behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this method.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 26 21:11:45 2006 for Axis2/C by  doxygen 1.4.7