com.opensymphony.provider.xmlprinter
Class XalanXMLPrinterProvider
java.lang.Object
com.opensymphony.provider.xmlprinter.XalanXMLPrinterProvider
- All Implemented Interfaces:
- Provider, XMLPrinterProvider
public class XalanXMLPrinterProvider - extends Object
- implements XMLPrinterProvider
XMLPrinterProvider implementation that uses the XML serializers built into Xalan 1.x
- Version:
- $Revision: 5 $
- Author:
- Joe Walnes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XalanXMLPrinterProvider
public XalanXMLPrinterProvider()
destroy
public void destroy()
- Description copied from interface:
Provider
- Shutdown Provider.
- Specified by:
destroy in interface Provider
init
public void init()
throws ProviderConfigurationException
- Description copied from interface:
Provider
- Startup Provider.
- Specified by:
init in interface Provider
- Throws:
ProviderConfigurationException - thrown if error in startup
or configuration.
print
public void print(Document doc,
Writer out)
throws IOException
- Specified by:
print in interface XMLPrinterProvider
- Throws:
IOException
|