All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javolution.xml.stream.package-info Maven / Gradle / Ivy

Go to download

Only the Java Core part of Javolution library, with slight modifications for use in MSFTBX.

There is a newer version: 6.11.8
Show newest version
/**

StAX-like XML readers/writers which do not require object creation (such as String) and are consequently faster than standard StAX.

The main difference with "javax.xml.stream.*" classes is the integration with OSGi to retrieve {@code XMLInputFactory/XMLOutputFactory} instances and the use of CharSequence instead of String. Since String is a CharSequence (JDK 1.4+), most existing StAX code requires very little modification to be used with these new classes.

For more information about the usage of this package please read the documentation for the {@link javolution.xml.stream.XMLStreamReader} and {@link javolution.xml.stream.XMLStreamWriter} interfaces.

For more information about StAX (Streaming API for XML) in general see Wikipedia: StAX

*/ package javolution.xml.stream;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy