|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Templates
A compiled, reusable XSL transformation. Implementations of this class are guaranteed to be thread safe.
Method Summary | |
---|---|
Properties |
getOutputProperties()
Returns the static properties for the xsl:output
instruction. |
Transformer |
newTransformer()
Creates a new transformer based on this transformation. |
Method Detail |
---|
Transformer newTransformer() throws TransformerConfigurationException
TransformerConfigurationException
Properties getOutputProperties()
xsl:output
instruction. Missing properties are defaulted according the
XSLT Recommendation, section
16: getProperty(String)
returns all properties
including defaulted ones, and get(Object)
returns only the
properties explicitly set in the stylesheet.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |