An implementation of an XNI XMLPullParserConfiguration
that buffers the events so that one and only callback is performed
for each call to parse(boolean):boolean.
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resources allocated during parsing.
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing.
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.