org.omnaest.utils.xml.context
Class XMLInstanceContextFactoryJavaStaxDefaultImpl
java.lang.Object
org.omnaest.utils.xml.context.XMLInstanceContextFactoryJavaStaxDefaultImpl
- All Implemented Interfaces:
- XMLInstanceContextFactory
public class XMLInstanceContextFactoryJavaStaxDefaultImpl
- extends Object
- implements XMLInstanceContextFactory
Default XMLInstanceContextFactory implementation using the Java default StAX provider
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLInstanceContextFactoryJavaStaxDefaultImpl
public XMLInstanceContextFactoryJavaStaxDefaultImpl()
newXmlOutputFactory
public XMLOutputFactory newXmlOutputFactory()
- Specified by:
newXmlOutputFactory in interface XMLInstanceContextFactory
- Returns:
- new
XMLOutputFactory instance
newXmlEventFactory
public XMLEventFactory newXmlEventFactory()
- Specified by:
newXmlEventFactory in interface XMLInstanceContextFactory
- Returns:
- new
XMLEventFactory
newXmlInputFactory
public XMLInputFactory newXmlInputFactory()
- Specified by:
newXmlInputFactory in interface XMLInstanceContextFactory
- Returns:
- new
XMLInputFactory
Copyright © 2013. All Rights Reserved.