public final class TemplatesImpl
extends java.lang.Object
implements javax.xml.transform.Templates, java.io.Serializable
Constructor and Description |
---|
TemplatesImpl()
Need for de-serialization, see readObject().
|
Modifier and Type | Method and Description |
---|---|
java.util.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
|
java.lang.Class[] |
getTransletClasses()
Returns the translet bytecodes stored in this template
|
int |
getTransletIndex()
Returns the index of the main class in array of bytecodes
|
javax.xml.transform.Transformer |
newTransformer()
Implements JAXP's Templates.newTransformer()
|
void |
setStylesheetDOM(DOM sdom)
Set the thread local copy of the stylesheet DOM.
|
void |
setURIResolver(javax.xml.transform.URIResolver resolver)
Store URIResolver needed for Transformers.
|
public TemplatesImpl()
public void setURIResolver(javax.xml.transform.URIResolver resolver)
public byte[][] getTransletBytecodes()
public java.lang.Class[] getTransletClasses()
public int getTransletIndex()
public javax.xml.transform.Transformer newTransformer() throws javax.xml.transform.TransformerConfigurationException
newTransformer
in interface javax.xml.transform.Templates
javax.xml.transform.TransformerConfigurationException
public java.util.Properties getOutputProperties()
getOutputProperties
in interface javax.xml.transform.Templates
public DOM getStylesheetDOM()
public void setStylesheetDOM(DOM sdom)
Copyright ? 2005 Apache XML Project. All Rights Reserved.