equal
deleted
inserted
replaced
239 * @apiNote The parameter factoryId defined here is inconsistent with that |
239 * @apiNote The parameter factoryId defined here is inconsistent with that |
240 * of other JAXP factories where the first parameter is fully qualified |
240 * of other JAXP factories where the first parameter is fully qualified |
241 * factory class name that provides implementation of the factory. |
241 * factory class name that provides implementation of the factory. |
242 * |
242 * |
243 * <p> |
243 * <p> |
244 * Note that this is a new method that replaces the deprecated |
244 * Note that this is a new method that replaces the deprecated |
245 * {@link #newInstance(java.lang.String, java.lang.ClassLoader) |
245 * {@link #newInstance(java.lang.String, java.lang.ClassLoader) |
246 * newInstance(String factoryId, ClassLoader classLoader)} method. |
246 * newInstance(String factoryId, ClassLoader classLoader)} method. |
247 * No changes in behavior are defined by this replacement method relative |
247 * The original method was incorrectly defined to return XMLInputFactory. |
248 * to the deprecated method. |
|
249 * </p> |
248 * </p> |
250 * |
249 * |
251 * @param factoryId Name of the factory to find, same as |
250 * @param factoryId Name of the factory to find, same as |
252 * a property name |
251 * a property name |
253 * @param classLoader classLoader to use |
252 * @param classLoader classLoader to use |