| This class contains a set of utility functions to allow applications
to more conveniently iterate XML events instead of having to call
nextEvent for each event in the event stream.
Note:
Currently, the XMLEventIterator interface only contains
the single, low-level nextToken method for iterating XML
events. The EventIterator utility class is provided to
handle this shortcoming. As this API progresses, it is believed that
additional methods will be added to the XMLEventIterator
interface. However, this will be decided by actual users of the API.
Please let me know if you have
any suggestions or comments.
author: Andy Clark version: $Id$ |