| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectFactory.ConfigurationError | |
|---|---|
| org.apache.xpath.functions | Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package. | 
| Uses of ObjectFactory.ConfigurationError in org.apache.xpath.functions | 
|---|
| Methods in org.apache.xpath.functions 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 | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||