org.cyberneko.pull.util |
|
Java Source File Name | Type | Comment |
BufferedPullConfiguration.java | Class | 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 . |
DefaultHandler.java | Class | |
EventCollector.java | Class | This class converts XNI document handler callbacks into pull parser
event objects, storing them on an event queue. |
EventDispatcher.java | Class | This class converts pull parser event objects into XNI document handler
callbacks. |
EventIterator.java | Class | 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. |
EventQueue.java | Class | A general purpose queue for pull parser event objects. |