See: Description
| Class | Description |
|---|---|
| FilteredStreamReader |
Simple straight-forward implementation of a filtering stream reader,
needed to implement
XMLInputFactory |
| MinimalInputFactory |
Minimalistic input factory, which implements just the basic XML
parsing functionality, including namespace handling.
|
| MinimalOutputFactory |
Minimalistic input factory, which implements the suggested J2ME
subset of
XMLOutputFactory API: basically
just the cursor-based iteration, and classes it needs. |
| WstxEventFactory |
Basic implementation of
XMLEventFactory to be used with
Woodstox. |
| WstxInputFactory |
Factory for creating various StAX objects (stream/event reader,
writer).
|
| WstxOutputFactory |
Implementation of
XMLOutputFactory for Wstx. |