org.apache.xalan.xsltc.trax
Class TemplatesImpl
java.lang.Object
|
+--org.apache.xalan.xsltc.trax.TemplatesImpl
- public final class TemplatesImpl
- extends java.lang.Object
- implements javax.xml.transform.Templates, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
newTransformer
public javax.xml.transform.Transformer newTransformer()
throws javax.xml.transform.TransformerConfigurationException
- Implements JAXP's Templates.newTransformer()
- Specified by:
- newTransformer in interface javax.xml.transform.Templates
- Throws:
- javax.xml.transform.TransformerConfigurationException -
getOutputProperties
public java.util.Properties getOutputProperties()
- Implements JAXP's Templates.getOutputProperties()
- Specified by:
- getOutputProperties in interface javax.xml.transform.Templates
Copyright � 2001 Apache XML Project. All Rights Reserved.