Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Templates
Method Summary | |
Properties |
|
Transformer |
|
public Properties getOutputProperties()
Returns the static properties for thexsl:output
instruction. Missing properties are defaulted according the XSLT Recommendation, section 16:getProperty(String)
returns all properties including defaulted ones, andget(Object)
returns only the properties explicitly set in the stylesheet.
public Transformer newTransformer() throws TransformerConfigurationException
Creates a new transformer based on this transformation.