Documentation of 'javolution37.javolution.xml.sax.package-summary' Java class
javolution37.javolution.xml.sax

Package javolution37.javolution.xml.sax

Provides a XML SAX2 Parser which does not create objects dynamically; this parser runs on average 2-5x faster than (the fastest) conventional SAX2 parser.

See: Description

Package javolution37.javolution.xml.sax Description

Provides a XML SAX2 Parser which does not create objects dynamically; this parser runs on average 2-5x faster than (the fastest) conventional SAX2 parser.

In order to avoid String allocations, the ContentHandler interface had to be slightly modified with the String replaced by the more generic CharSequence

Because of these changes javolution.xml.sax.XmlSaxParserImpl is not strictly SAX2 compliant. If a SAX2 or a JAXP parser is required, you may consider using the wrapping class javolution.xml.sax.XMLReaderImpl (fast but allocates temporary String objects).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.