Creates a new SAX parser object using the system property
`org.xml.sax.parser'.
If no system property found, try to find a SAX Parser, here is the
search list :
"com.sun.xml.parser.Parser"
"com.microstar.xml.SAXDriver"
"fr.dyade.koala.xml.sax.SAXParser"
"com.sun.xml.parser.ValidatingParser"
"com.ibm.xml.sax.Driver"
"com.jclark.xml.sax.Driver"
"com.datachannel.xml.sax.SAXDriver"
"com.megginson.sax.LarkDriver"
"com.megginson.sax.MSXMLDriver"
exception: java.lang.ClassNotFoundException - The SAX parserclass was not found (check your CLASSPATH). exception: IllegalAccessException - The SAX parser class wasfound, but you do not have permission to loadit. exception: InstantiationException - The SAX parser class wasfound but could not be instantiated. exception: java.lang.ClassCastException - The SAX parser classwas found and instantiated, but does not implementorg.xml.sax.Parser.
Methods inherited from org.xml.sax.helpers.ParserFactory