Deprecated API


Contents
Deprecated Methods
javax.xml.stream.XMLOutputFactory.newInstance(String, ClassLoader)
          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. 
javax.xml.stream.XMLInputFactory.newInstance(String, ClassLoader)
          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. 
javax.xml.stream.XMLEventFactory.newInstance(String, ClassLoader)
          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. 
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.