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