javax.xml.transform
Interface Templates
public interface Templates
Encapsulates a pre-parsed (reusable) XSLT transform.
- Andrew Selkirk
getOutputProperties
public Properties getOutputProperties()
newTransformer
public Transformer newTransformer()
Encapsulates a pre-parsed (reusable) XSLT transform.
- Andrew Selkirk