public class StreamingTransformerFactory extends EnterpriseTransformerFactory
FEATURE, FEATURE_XMLFILTER
Constructor and Description |
---|
StreamingTransformerFactory()
Create a StreamingTransformerFactory.
|
StreamingTransformerFactory(EnterpriseConfiguration config)
Construct a StreamingTransformerFactory using an existing Configuration.
|
Modifier and Type | Method and Description |
---|---|
Templates |
newTemplates(Source source)
Process the Source into a Templates object, which is a
a compiled representation of the source.
|
Templates |
newTemplates(Source source,
CompilerInfo info)
Process the Source into a Templates object, which is a
a compiled representation of the source.
|
addSchema, setAttribute
getAssociatedStylesheet, getAttribute, getConfiguration, getErrorListener, getFeature, getURIResolver, newTemplatesHandler, newTransformer, newTransformer, newTransformerHandler, newTransformerHandler, newTransformerHandler, newXMLFilter, newXMLFilter, setConfiguration, setErrorListener, setFeature, setURIResolver
newInstance, newInstance
public StreamingTransformerFactory()
public StreamingTransformerFactory(EnterpriseConfiguration config)
config
- the configuration to be used. This must be an EnterpriseConfiguration.public Templates newTemplates(Source source) throws TransformerConfigurationException
SaxonTransformerFactory
newTemplates
in class SaxonTransformerFactory
source
- An object that holds a URL, input stream, etc.TransformerConfigurationException
- May throw this during the parse when it
is constructing the Templates object and fails.public Templates newTemplates(Source source, CompilerInfo info) throws TransformerConfigurationException
SaxonTransformerFactory
newTemplates
in class SaxonTransformerFactory
source
- An object that holds a URL, input stream, etc.info
- compile-time options for this stylesheet compilationTransformerConfigurationException
- May throw this during the parse when it
is constructing the Templates object and fails.Copyright (c) 2004-2017 Saxonica Limited. All rights reserved.