public class TemplatesImpl
extends java.lang.Object
implements javax.xml.transform.Templates
| Constructor and Description |
|---|
TemplatesImpl(XSLTStylesheet stylesheet)
Creates a new TemplatesImpl for the given stylesheet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
getOutputProperties()
Returns the output Properties as specified by the
JAXP 1.1 specification, please see the Javadoc for Templates
for more information.
|
XSLTStylesheet |
getStylesheet()
Return the XSLTStylesheet being wrapped by this TemplatesImpl
|
javax.xml.transform.Transformer |
newTransformer()
Create a new transformation context for this Templates object.
|
public TemplatesImpl(XSLTStylesheet stylesheet)
stylesheet - the XSLTStylesheet to create the
TemplatesImpl for.public javax.xml.transform.Transformer newTransformer()
throws javax.xml.transform.TransformerConfigurationException
newTransformer in interface javax.xml.transform.Templatesjavax.xml.transform.TransformerConfigurationException - if a Transformer can not be created.public java.util.Properties getOutputProperties()
getOutputProperties in interface javax.xml.transform.Templatespublic XSLTStylesheet getStylesheet()