|
ImplementationsStAX API ImplementationsThere are multiple implementation of StAX API and you can chose an implementation that best suites your need: from Reference Implementation (RI) that is based on XPP under Apache License to GPL-ed implementation:
XmlPull API ImplementationsThere are multiple implementation of XmlPull API and you can chose an implementation that best suites your need: from a very small implementation that is handheld devices friendly (KXML2 that is J2ME compatible) through optimized for performance but not necessarily implementing fully XML 1.0 (XPP3) to version that uses Xerces 2 as engine (and provides fully compliance with XML 1.0 but it is not small).
Short summary of available implementations:
|