|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.adaptx.jaxp.transform.TemplatesImpl
public class TemplatesImpl
An implementation of javax.xml.transform.Templates for use with Adaptx. For more information on the Templates class please see the JAXP 1.1 documenation.
| Constructor Summary | |
|---|---|
TemplatesImpl(XSLTStylesheet stylesheet)
Creates a new TemplatesImpl for the given stylesheet |
|
| Method Summary | |
|---|---|
java.util.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 |
javax.xml.transform.Transformer |
newTransformer()
Create a new transformation context for this Templates object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplatesImpl(XSLTStylesheet stylesheet)
stylesheet - the XSLTStylesheet to create the
TemplatesImpl for.| Method Detail |
|---|
public javax.xml.transform.Transformer newTransformer()
throws javax.xml.transform.TransformerConfigurationException
newTransformer in interface javax.xml.transform.Templatesjavax.xml.transform.TransformerConfigurationException - if a Transformer can not be created.public java.util.Properties getOutputProperties()
getOutputProperties in interface javax.xml.transform.Templatespublic XSLTStylesheet getStylesheet()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||