com.servingxml.components.xsltconfig
Class XsltConfiguration

java.lang.Object
  extended by com.servingxml.components.xsltconfig.XsltConfiguration

public class XsltConfiguration
extends java.lang.Object


Constructor Summary
XsltConfiguration(java.lang.String version, OutputPropertyFactory[] outputPropertyFactories, javax.xml.transform.sax.SAXTransformerFactory transformerFactory)
           
 
Method Summary
static XsltConfiguration getDefault()
           
 OutputPropertyFactory[] getOutputPropertyFactories()
           
 javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsltConfiguration

public XsltConfiguration(java.lang.String version,
                         OutputPropertyFactory[] outputPropertyFactories,
                         javax.xml.transform.sax.SAXTransformerFactory transformerFactory)
Method Detail

getVersion

public java.lang.String getVersion()

getOutputPropertyFactories

public OutputPropertyFactory[] getOutputPropertyFactories()

getTransformerFactory

public javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()

getDefault

public static XsltConfiguration getDefault()