Skip navigation links

Package org.simpleframework.xml.stream

Provides an XML parsing layer over a set of third party libraries.

See: Description

Package org.simpleframework.xml.stream Description

Provides an XML parsing layer over a set of third party libraries. The stream package provides an event based XML parsing framework that can be used with several third party libraries such as DOM, StAX and the XML pull API. Providing a parser agnostic layer in this manner ensures the library can be used on may platforms.
See Also:
org.simpleframework.xml.core
Skip navigation links