Searched defs:factoryId (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java88 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
94 * @param factoryId Name of the factory to find, same as
101 static Object createObject(String factoryId, String fallbackClassName) argument
103 return createObject(factoryId, null, fallbackClassName);
112 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
118 * @param factoryId Name of the factory to find, same as
128 static Object createObject(String factoryId, argument
133 Class factoryClass = lookUpFactoryClass(factoryId,
139 "Provider for " + factoryId + " cannot be found", null);
144 debugPrintln("created new instance of factory " + factoryId);
175 lookUpFactoryClass(String factoryId) argument
203 lookUpFactoryClass(String factoryId, String propertiesFilename, String fallbackClassName) argument
257 lookUpFactoryClassName(String factoryId, String propertiesFilename, String fallbackClassName) argument
535 findJarServiceProviderName(String factoryId) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java88 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
94 * @param factoryId Name of the factory to find, same as
101 static Object createObject(String factoryId, String fallbackClassName) argument
103 return createObject(factoryId, null, fallbackClassName);
112 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
118 * @param factoryId Name of the factory to find, same as
128 static Object createObject(String factoryId, argument
133 Class factoryClass = lookUpFactoryClass(factoryId,
139 "Provider for " + factoryId + " cannot be found", null);
144 debugPrintln("created new instance of factory " + factoryId);
175 lookUpFactoryClass(String factoryId) argument
203 lookUpFactoryClass(String factoryId, String propertiesFilename, String fallbackClassName) argument
257 lookUpFactoryClassName(String factoryId, String propertiesFilename, String fallbackClassName) argument
535 findJarServiceProviderName(String factoryId) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DObjectFactory.java87 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
93 * @param factoryId Name of the factory to find, same as
100 static Object createObject(String factoryId, String fallbackClassName) argument
102 return createObject(factoryId, null, fallbackClassName);
111 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
117 * @param factoryId Name of the factory to find, same as
127 static Object createObject(String factoryId, argument
132 Class factoryClass = lookUpFactoryClass(factoryId,
138 "Provider for " + factoryId + " cannot be found", null);
143 debugPrintln("created new instance of factory " + factoryId);
174 lookUpFactoryClass(String factoryId) argument
202 lookUpFactoryClass(String factoryId, String propertiesFilename, String fallbackClassName) argument
256 lookUpFactoryClassName(String factoryId, String propertiesFilename, String fallbackClassName) argument
534 findJarServiceProviderName(String factoryId) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectFactory.java88 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
94 * @param factoryId Name of the factory to find, same as
101 static Object createObject(String factoryId, String fallbackClassName) argument
103 return createObject(factoryId, null, fallbackClassName);
112 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
118 * @param factoryId Name of the factory to find, same as
128 static Object createObject(String factoryId, argument
133 Class factoryClass = lookUpFactoryClass(factoryId,
139 "Provider for " + factoryId + " cannot be found", null);
144 debugPrintln("created new instance of factory " + factoryId);
175 lookUpFactoryClass(String factoryId) argument
203 lookUpFactoryClass(String factoryId, String propertiesFilename, String fallbackClassName) argument
257 lookUpFactoryClassName(String factoryId, String propertiesFilename, String fallbackClassName) argument
535 findJarServiceProviderName(String factoryId) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DObjectFactory.java88 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
94 * @param factoryId Name of the factory to find, same as
101 static Object createObject(String factoryId, String fallbackClassName) argument
103 return createObject(factoryId, null, fallbackClassName);
112 * <li>read <code>META-INF/services/<i>factoryId</i></code> file
118 * @param factoryId Name of the factory to find, same as
128 static Object createObject(String factoryId, argument
133 Class factoryClass = lookUpFactoryClass(factoryId,
139 "Provider for " + factoryId + " cannot be found", null);
144 debugPrintln("created new instance of factory " + factoryId);
175 lookUpFactoryClass(String factoryId) argument
203 lookUpFactoryClass(String factoryId, String propertiesFilename, String fallbackClassName) argument
257 lookUpFactoryClassName(String factoryId, String propertiesFilename, String fallbackClassName) argument
535 findJarServiceProviderName(String factoryId) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1966 milliseconds