Uses of Class
javax.xml.stream.FactoryConfigurationError

Packages that use FactoryConfigurationError
javax.xml.stream   
 

Uses of FactoryConfigurationError in javax.xml.stream
 

Methods in javax.xml.stream that throw FactoryConfigurationError
static XMLOutputFactory XMLOutputFactory.newFactory()
          Create a new XMLOutputFactory This is the replacement for the deprecated newInstance() method
static XMLInputFactory XMLInputFactory.newFactory()
           
static XMLEventFactory XMLEventFactory.newFactory()
           
static XMLOutputFactory XMLOutputFactory.newFactory(String factoryId, ClassLoader classLoader)
          Create a new XMLOutputFactory This is the replacement for the deprecated newInstance() method
static XMLInputFactory XMLInputFactory.newFactory(String factoryId, ClassLoader classLoader)
           
static XMLEventFactory XMLEventFactory.newFactory(String factoryId, ClassLoader classLoader)
           
static XMLOutputFactory XMLOutputFactory.newInstance()
           
static XMLInputFactory XMLInputFactory.newInstance()
           
static XMLEventFactory XMLEventFactory.newInstance()
           
static XMLInputFactory XMLOutputFactory.newInstance(String factoryId, ClassLoader classLoader)
          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.
static XMLInputFactory XMLInputFactory.newInstance(String factoryId, ClassLoader classLoader)
          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.
static XMLEventFactory XMLEventFactory.newInstance(String factoryId, ClassLoader classLoader)
          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.
 



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