public class ProfessionalTransformerFactory extends TransformerFactoryImpl
FEATURE, FEATURE_XMLFILTER
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(String name,
Object value)
Allows the user to set specific attributes on the underlying
implementation.
|
getAssociatedStylesheet, getAttribute, getConfiguration, getErrorListener, getFeature, getURIResolver, newTemplates, newTemplates, newTemplatesHandler, newTransformer, newTransformer, newTransformerHandler, newTransformerHandler, newTransformerHandler, newXMLFilter, newXMLFilter, setConfiguration, setErrorListener, setFeature, setURIResolver
newInstance, newInstance
public ProfessionalTransformerFactory()
public ProfessionalTransformerFactory(ProfessionalConfiguration config)
config
- the configuration to be used. This must be a ProfessionalConfiguration.public void setAttribute(String name, Object value) throws IllegalArgumentException
setAttribute
in class SaxonTransformerFactory
name
- The name of the attribute. This must be one of the constants
defined in class FeatureKeys
.value
- The value of the attribute.IllegalArgumentException
- thrown if Saxon
doesn't recognize the attribute.FeatureKeys
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.