javolution.xml.sax.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javolution-core-java-msftbx Show documentation
Show all versions of javolution-core-java-msftbx Show documentation
Only the Java Core part of Javolution library, with slight modifications for use in MSFTBX.
/**
{@link javolution.xml.sax.SAX2ReaderImpl SAX2} and high-performance
{@link javolution.xml.sax.XMLReaderImpl SAX2-Like} parsers. The later
being several times faster than conventional SAX2 parsers (by avoiding
String
allocations while parsing).
*/
package javolution.xml.sax;