|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xalan.xsltc.trax.TemplatesImpl
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TemplatesImpl()
Method Detail |
public void setURIResolver(URIResolver resolver)
public byte[][] getTransletBytecodes()
public Class[] getTransletClasses()
public int getTransletIndex()
public Transformer newTransformer() throws TransformerConfigurationException
newTransformer
in interface Templates
TransformerConfigurationException
public Properties getOutputProperties()
getOutputProperties
in interface Templates
public DOM getStylesheetDOM()
public void setStylesheetDOM(DOM sdom)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |