Uses of Class
javax.xml.stream.XMLEventFactory

Packages that use XMLEventFactory
javax.xml.stream   
 

Uses of XMLEventFactory in javax.xml.stream
 

Methods in javax.xml.stream that return XMLEventFactory
static XMLEventFactory XMLEventFactory.newFactory()
           
static XMLEventFactory XMLEventFactory.newFactory(String factoryId, ClassLoader classLoader)
           
static XMLEventFactory XMLEventFactory.newInstance()
           
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.