Archive for June 16th, 2008



I recently discovered a behavior of SAXParser provided in JDK 6 that I think it’s a BUG. Here is the source: 1import java.io.StringReader; 2 3import javax.xml.parsers.SAXParser; 4import javax.xml.parsers.SAXParserFactory; 5 6import org.xml.sax.Attributes; 7import org.xml.sax.InputSource; 8import org.xml.sax.SAXException; 9import org.xml.sax.helpers.DefaultHandler; 10 11 12public class SAXExceptionTest { 13 14 private static class SampleHandler extends DefaultHandler { 15 @Override 16 [...]




About

You are currently browsing the NewInstance weblog archives for the day Monday, June 16th, 2008.

Longer entries are truncated. Click the headline of an entry to read it in its entirety.

Calendar

June 2008
M T W T F S S
« May   Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Follow me

twitter flickr LinkedIn feed

Enter your email address:

Archives


Categories

Tag Cloud