Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.xml.transform

Interface Templates

java.lang.Object
|
+--javax.xml.transform.Templates


public interface Templates

Encapsulates a pre-parsed (reusable) XSLT transform.

Author:

Method Summary

java.util.PropertiesgetOutputProperties()

javax.xml.transform.TransformernewTransformer()

Encapsulates a pre-parsed (reusable) XSLT transform.

Method Details

getOutputProperties

public Properties getOutputProperties()


newTransformer

public Transformer newTransformer()

Encapsulates a pre-parsed (reusable) XSLT transform.

Author: