Class Stax2EventFactoryImpl


public abstract class Stax2EventFactoryImpl extends XMLEventFactory2
This is an abstract almost complete plain vanilla implementation of XMLEventFactory2. It can be used as a building block for concrete implementations: the minimal requirement is to implement createQName methods.

Note that due to underlying Stax factory being non-generic (it was specified for JDK 1.4, pre-generic), no generic typing can be added to various Iterators in signatures.

Since:
3.0