Save This Page
Home » openjdk-7 » javax » xml » parsers » [javadoc | source]
javax.xml.parsers
class: FactoryFinder [javadoc | source]
java.lang.Object
   javax.xml.parsers.FactoryFinder

Implements pluggable Datatypes.

This class is duplicated for each JAXP subpackage so keep it in sync. It is package private for secure class loading.

Nested Class Summary:
static class  FactoryFinder.ConfigurationError   
Field Summary
static  Properties cacheProps    Cache for properties in java.home/lib/jaxp.properties 
static  boolean firstTime    Flag indicating if properties from java.home/lib/jaxp.properties have been cached. 
static  SecuritySupport ss    Security support class use to check access control before getting certain system resources. 
Method from javax.xml.parsers.FactoryFinder Summary:
find,   newInstance
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.xml.parsers.FactoryFinder Detail:
 static Object find(String factoryId,
    String fallbackClassName) throws FactoryFinder.ConfigurationError 
    Finds the implementation Class object in the specified order. Main entry point.
 static Object newInstance(String className,
    ClassLoader cl,
    boolean doFallback) throws FactoryFinder.ConfigurationError 
    Create an instance of a class. Delegates to method getProviderClass() in order to load the class.