- className
- A string containing the name of the SAX parser class.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ClassNotFoundException The SAX parser class was not found (check your CLASSPATH). Java.Lang.IllegalAccessException The SAX parser class was found, but you do not have permission to load it. Java.Lang.InstantiationException The SAX parser class was found but could not be instantiated. Java.Lang.ClassCastException The SAX parser class was found and instantiated, but does not implement org.xml.sax.Parser.
Create a new SAX parser object using the class name provided.
The named class must exist and must implement the Org.Xml.Sax.IParser interface.