com.opensymphony.provider.xmlprinter
Class XalanXMLPrinterProvider

java.lang.Object
  extended by 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: 1.1.1.1 $
Author:
Joe Walnes

Constructor Summary
XalanXMLPrinterProvider()
           
 
Method Summary
 void destroy()
          Shutdown Provider.
 void init()
          Startup Provider.
 void print(org.w3c.dom.Document doc, Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XalanXMLPrinterProvider

public XalanXMLPrinterProvider()
Method Detail

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(org.w3c.dom.Document doc,
                  Writer out)
           throws IOException
Specified by:
print in interface XMLPrinterProvider
Throws:
IOException

OSCore Project Page