org.apache.xalan.xsltc.trax
public final class TemplatesImpl extends Object implements Templates, Serializable
| Constructor Summary | |
|---|---|
| TemplatesImpl()
Need for de-serialization, see readObject(). | |
| Method Summary | |
|---|---|
| Properties | getOutputProperties()
Implements JAXP's Templates.getOutputProperties(). |
| DOM | getStylesheetDOM()
Return the thread local copy of the stylesheet DOM. |
| byte[][] | getTransletBytecodes()
Returns the translet bytecodes stored in this template |
| Class[] | getTransletClasses()
Returns the translet bytecodes stored in this template |
| int | getTransletIndex()
Returns the index of the main class in array of bytecodes |
| Transformer | newTransformer()
Implements JAXP's Templates.newTransformer()
|
| void | setStylesheetDOM(DOM sdom)
Set the thread local copy of the stylesheet DOM. |
| void | setURIResolver(URIResolver resolver)
Store URIResolver needed for Transformers. |
Throws: TransformerConfigurationException