net.protempore.utils.xml
Class XmlSourceCreatorFactory

java.lang.Object
  extended by net.protempore.utils.xml.XmlSourceCreatorFactory

public final class XmlSourceCreatorFactory
extends java.lang.Object


Method Summary
static XmlSourceCreator newInstance(java.io.File xmlFile)
          Return an XmlSourceCreator that generates new instances of javax.xml.transform.Source for the given non-null XML file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static XmlSourceCreator newInstance(java.io.File xmlFile)
Return an XmlSourceCreator that generates new instances of javax.xml.transform.Source for the given non-null XML file.

Parameters:
xmlFile - A non-null file representing an XML document to be used as a source for XML transformations.
Returns:
The creator.