|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xsltc.trax.TemplatesImpl
Method Summary | |
java.util.Properties |
getOutputProperties()
Implements JAXP's Templates.getOutputProperties(). |
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 |
Transformer |
newTransformer()
Implements JAXP's Templates.newTransformer() |
void |
readExternal(java.io.ObjectInput in)
|
void |
setURIResolver(URIResolver resolver)
Store URIResolver needed for Transformers. |
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
public void setURIResolver(URIResolver resolver)
public byte[][] getTransletBytecodes()
public java.lang.Class[] getTransletClasses()
public int getTransletIndex()
public Transformer newTransformer() throws TransformerConfigurationException
public java.util.Properties getOutputProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |