Package org.vast.xml
Class XMLImplFinder
java.lang.Object
org.vast.xml.XMLImplFinder
Helper class to manage what XML implementations are used
- Since:
 - Jan 23, 2015
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic DOMImplementationstatic XMLInputFactorystatic XMLOutputFactorystatic voidsetDOMImplementation(DOMImplementation domImpl) static voidsetStaxInputFactory(XMLInputFactory inputFactory) static voidsetStaxOutputFactory(XMLOutputFactory outputFactory)  
- 
Constructor Details
- 
XMLImplFinder
public XMLImplFinder() 
 - 
 - 
Method Details
- 
getDOMImplementation
 - 
setDOMImplementation
 - 
getStaxInputFactory
 - 
setStaxInputFactory
 - 
getStaxOutputFactory
 - 
setStaxOutputFactory
 
 -