src/javax/xml/stream/XMLOutputFactory.java

Print this page

        

*** 242,253 **** * * <p> * Note that this is a new method that replaces the deprecated * {@link #newInstance(java.lang.String, java.lang.ClassLoader) * newInstance(String factoryId, ClassLoader classLoader)} method. ! * No changes in behavior are defined by this replacement method relative ! * to the deprecated method. * </p> * * @param factoryId Name of the factory to find, same as * a property name * @param classLoader classLoader to use --- 242,252 ---- * * <p> * Note that this is a new method that replaces the deprecated * {@link #newInstance(java.lang.String, java.lang.ClassLoader) * newInstance(String factoryId, ClassLoader classLoader)} method. ! * The original method was incorrectly defined to return XMLInputFactory. * </p> * * @param factoryId Name of the factory to find, same as * a property name * @param classLoader classLoader to use