org.apache.xalan.xsltc.runtime
Class TransletTemplates

java.lang.Object
  |
  +--org.apache.xalan.xsltc.runtime.TransletTemplates

public class TransletTemplates
extends java.lang.Object
implements Templates

Implementation of a JAXP1.1 Templates object for Translets.


Constructor Summary
TransletTemplates(Source stylesheet)
           
 
Method Summary
 java.util.Properties getOutputProperties()
           
 Transformer newTransformer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransletTemplates

public TransletTemplates(Source stylesheet)
Method Detail

newTransformer

public Transformer newTransformer()
                           throws TransformerConfigurationException
Specified by:
newTransformer in interface Templates

getOutputProperties

public java.util.Properties getOutputProperties()
Specified by:
getOutputProperties in interface Templates


Copyright © 2000 Apache XML Project. All Rights Reserved.