com.saxonica.config
Class ProfessionalTransformerFactory

java.lang.Object
  extended by javax.xml.transform.TransformerFactory
      extended by javax.xml.transform.sax.SAXTransformerFactory
          extended by net.sf.saxon.TransformerFactoryImpl
              extended by com.saxonica.config.ProfessionalTransformerFactory

public class ProfessionalTransformerFactory
extends TransformerFactoryImpl

The is the JAXP TransformerFactory implementation for the professional edition of Saxon. It can be invoked by setting the system property javax.xml.transform.TransformerFactory to the value com.saxonica.ProfessionalTransformerFactory, and calling TransformerFactory.newInstance(), or it can be instantiated directly.


Field Summary
 
Fields inherited from class javax.xml.transform.sax.SAXTransformerFactory
FEATURE, FEATURE_XMLFILTER
 
Constructor Summary
ProfessionalTransformerFactory()
          Create an EnterpriseTransformerFactory.
ProfessionalTransformerFactory(ProfessionalConfiguration config)
          Construct a TransformerFactory using an existing Configuration.
 
Method Summary
 
Methods inherited from class net.sf.saxon.TransformerFactoryImpl
getAssociatedStylesheet, getAttribute, getConfiguration, getErrorListener, getFeature, getURIResolver, newTemplates, newTemplates, newTemplatesHandler, newTransformer, newTransformer, newTransformerHandler, newTransformerHandler, newTransformerHandler, newXMLFilter, newXMLFilter, setAttribute, setConfiguration, setErrorListener, setFeature, setURIResolver
 
Methods inherited from class javax.xml.transform.TransformerFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfessionalTransformerFactory

public ProfessionalTransformerFactory()
Create an EnterpriseTransformerFactory. An EnterpriseConfiguration will be created automatically.


ProfessionalTransformerFactory

public ProfessionalTransformerFactory(ProfessionalConfiguration config)
Construct a TransformerFactory using an existing Configuration.

Parameters:
config - the configuration to be used. This must be a ProfessionalConfiguration.


Copyright (c) Saxonica Limited. All rights reserved.