This static method creates a new factory instance based on a system property setting or uses the platform default if no property has been defined.
The system property that controls which Factory implementation to create is named "javax.xml.parsers.SAXParserFactory"
. This property names a class that is a concrete subclass of this abstract class. If no property is defined, a platform default will be used.
Implementors of this class which wrap an underlaying implementation can consider using the {@link org.xml.sax.helpers.ParserAdapter}class to initially adapt their SAX1 implementation to work under this revised class. @author Jeff Suttor @version $Revision: 1.8 $, $Date: 2010-11-01 04:36:09 $
|
|
|
|