Uses of Class
org.apache.xml.utils.ObjectFactory.ConfigurationError

Packages that use ObjectFactory.ConfigurationError
org.apache.xml.utils Implementation of Xalan utility classes. 
 

Uses of ObjectFactory.ConfigurationError in org.apache.xml.utils
 

Methods in org.apache.xml.utils that throw ObjectFactory.ConfigurationError
(package private) static java.lang.Object ObjectFactory.createObject(java.lang.String factoryId, java.lang.String fallbackClassName)
          Finds the implementation Class object in the specified order.
(package private) static java.lang.Object ObjectFactory.createObject(java.lang.String factoryId, java.lang.String propertiesFilename, java.lang.String fallbackClassName)
          Finds the implementation Class object in the specified order.
(package private) static java.lang.ClassLoader ObjectFactory.findClassLoader()
          Figure out which ClassLoader to use.
(package private) static java.lang.Class ObjectFactory.findProviderClass(java.lang.String className, java.lang.ClassLoader cl, boolean doFallback)
          Find a Class using the specified ClassLoader
(package private) static java.lang.Class ObjectFactory.lookUpFactoryClass(java.lang.String factoryId)
          Finds the implementation Class object in the specified order.
(package private) static java.lang.Class ObjectFactory.lookUpFactoryClass(java.lang.String factoryId, java.lang.String propertiesFilename, java.lang.String fallbackClassName)
          Finds the implementation Class object in the specified order.
(package private) static java.lang.Object ObjectFactory.newInstance(java.lang.String className, java.lang.ClassLoader cl, boolean doFallback)
          Create an instance of a class using the specified ClassLoader