Uses of Class
javax.xml.stream.XMLOutputFactory
| Package | Description | 
|---|---|
| javax.xml.stream | 
 Defines interfaces and classes for the Streaming API for XML (StAX). | 
- 
Uses of XMLOutputFactory in javax.xml.streamMethods in javax.xml.stream that return XMLOutputFactory Modifier and Type Method Description static XMLOutputFactoryXMLOutputFactory. newDefaultFactory()Creates a new instance of theXMLOutputFactorybuiltin system-default implementation.static XMLOutputFactoryXMLOutputFactory. newFactory()Create a new instance of the factory.static XMLOutputFactoryXMLOutputFactory. newFactory(String factoryId, ClassLoader classLoader)Create a new instance of the factory.static XMLOutputFactoryXMLOutputFactory. newInstance()Creates a new instance of the factory in exactly the same manner as thenewFactory()method.