javax.xml.transform

Interface Templates

Known Implementing Classes:
GnomeTransformer

public interface Templates

A compiled, reusable XSL transformation. Implementations of this class are guaranteed to be thread safe.

Method Summary

Properties
getOutputProperties()
Returns the static properties for the xsl:output instruction.
Transformer
newTransformer()
Creates a new transformer based on this transformation.

Method Details

getOutputProperties

public Properties getOutputProperties()
Returns the static properties for the 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.


newTransformer

public Transformer newTransformer()
            throws TransformerConfigurationException
Creates a new transformer based on this transformation.