javax.xml.transform
Interface Templates


public interface Templates

Encapsulates a pre-parsed (reusable) XSLT transform.

Version:
1.0
Author:
Andrew Selkirk

Method Summary
 java.util.Properties getOutputProperties()
           
 Transformer newTransformer()
           
 

Method Detail

newTransformer

public Transformer newTransformer()
                           throws TransformerConfigurationException

getOutputProperties

public java.util.Properties getOutputProperties()


Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.