public class ProfessionalTransformerFactory extends TransformerFactoryImpl
| Constructor and Description |
|---|
ProfessionalTransformerFactory()
Create a ProfessionalTransformerFactory.
|
ProfessionalTransformerFactory(ProfessionalConfiguration config)
Construct a ProfessionalTransformerFactory using an existing Configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Allows the user to set specific attributes on the underlying
implementation.
|
getAssociatedStylesheet, getAttribute, getConfiguration, getErrorListener, getFeature, getProcessor, getURIResolver, newTemplates, newTemplates, newTemplatesHandler, newTransformer, newTransformer, newTransformerHandler, newTransformerHandler, newTransformerHandler, newXMLFilter, newXMLFilter, setConfiguration, setErrorListener, setFeature, setURIResolverpublic ProfessionalTransformerFactory()
public ProfessionalTransformerFactory(ProfessionalConfiguration config)
config - the configuration to be used. This must be a ProfessionalConfiguration.public void setAttribute(java.lang.String name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
setAttribute in class SaxonTransformerFactoryname - The name of the attribute. This must be one of the constants
defined in class FeatureKeys.value - The value of the attribute.java.lang.IllegalArgumentException - thrown if Saxon
doesn't recognize the attribute.FeatureKeysCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.