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

Interface Templates


public interface Templates

Encapsulates a pre-parsed (reusable) XSLT transform.
Author:
Andrew Selkirk

Method Summary

java.util.Properties

getOutputProperties()

Transformer

newTransformer()

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:
Andrew Selkirk