com.ctc.wstx.osgi
Class OutputFactoryProviderImpl
java.lang.Object
com.ctc.wstx.osgi.OutputFactoryProviderImpl
- All Implemented Interfaces:
- Stax2OutputFactoryProvider
public class OutputFactoryProviderImpl
- extends Object
- implements Stax2OutputFactoryProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputFactoryProviderImpl
public OutputFactoryProviderImpl()
createOutputFactory
public XMLOutputFactory2 createOutputFactory()
- Description copied from interface:
Stax2OutputFactoryProvider
- Method called to create a new
XMLOutputFactory2
instance.
- Specified by:
createOutputFactory
in interface Stax2OutputFactoryProvider
- Returns:
- Output factory configured to implementation-specific
default settings (some of which are mandated by Stax and Stax2
specifications)
getProperties
protected Properties getProperties()