/**
* 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 org.simpleframework.xml.core
*/
package org.simpleframework.xml.stream;