org.omnaest.utils.xml.context
Interface XMLInstanceContextFactory
- All Known Implementing Classes:
- XMLInstanceContextFactoryJavaStaxDefaultImpl, XMLInstanceContextFactoryStAXONImpl
public interface XMLInstanceContextFactory
Multifactory for all the internally used marshaller and unmarshaller instances. Modify this to enable to use other StAX
implementations like Staxon or Jettison
- Author:
- Omnaest
newXmlInputFactory
XMLInputFactory newXmlInputFactory()
- Returns:
- new
XMLInputFactory
newXmlOutputFactory
XMLOutputFactory newXmlOutputFactory()
- Returns:
- new
XMLOutputFactory instance
newXmlEventFactory
XMLEventFactory newXmlEventFactory()
- Returns:
- new
XMLEventFactory
Copyright © 2013. All Rights Reserved.