org.exolab.adaptx.jaxp.transform
public class TemplatesImpl extends Object implements Templates
Version: $Revision: 3827 $ $Date: 2003-09-09 00:40:54 -0400 (Tue, 09 Sep 2003) $
Constructor Summary | |
---|---|
TemplatesImpl(XSLTStylesheet stylesheet)
Creates a new TemplatesImpl for the given stylesheet
|
Method Summary | |
---|---|
Properties | getOutputProperties()
Returns the output Properties as specified by the
JAXP 1.1 specification, please see the Javadoc for Templates
for more information.
|
XSLTStylesheet | getStylesheet()
Return the XSLTStylesheet being wrapped by this TemplatesImpl
|
Transformer | newTransformer()
Create a new transformation context for this Templates object.
|
Parameters: stylesheet the XSLTStylesheet to create the TemplatesImpl for.
Returns: a copy of the output Properties, never null.
Returns: the XSLTStylesheet
Returns: A valid non-null instance of a Transformer.
Throws: TransformerConfigurationException if a Transformer can not be created.