Deprecated.to maintain API consistency. All newInstance methods are
replaced with corresponding newFactory methods. The replacement
newFactory(String factoryId, ClassLoader classLoader)
method defines no changes in behavior from this method.
Deprecated.to maintain API consistency. All newInstance methods are
replaced with corresponding newFactory methods. The replacement
newFactory(String factoryId, ClassLoader classLoader)
method defines no changes in behavior from this method.
Deprecated.This method has been deprecated because
it returns an instance of XMLInputFactory, which is of the
wrong class. Use the new method
newFactory(java.lang.String factoryId,java.lang.ClassLoader classLoader)
instead.