public interface Templates
| Modifier and Type | Method and Description |
|---|---|
Properties |
getOutputProperties()
Returns the static properties for the
xsl:output
instruction. |
Transformer |
newTransformer()
Creates a new transformer based on this transformation.
|
Transformer newTransformer() throws TransformerConfigurationException
Properties getOutputProperties()
xsl:output
instruction. Missing properties are defaulted according the
XSLT Recommendation, section
16: getProperty(String) returns all properties
including defaulted ones, and get(Object) returns only the
properties explicitly set in the stylesheet.