javax.xml.transform
Interface Templates

All Known Implementing Classes:
AbstractStylesheet

public interface Templates

Represents a compiled stylesheet.


Method Summary
 java.util.Properties getOutputProperties()
          Returns the xsl:output properties of the stylesheet.
 Transformer newTransformer()
          Creates a new transformer, i.e.
 

Method Detail

getOutputProperties

public java.util.Properties getOutputProperties()
Returns the xsl:output properties of the stylesheet.
Returns:
a Properties map of the xsl:output attributes.

newTransformer

public Transformer newTransformer()
                           throws TransformerConfigurationException
Creates a new transformer, i.e. a usable usable stylesheet instance.