com.opensymphony.provider
Interface XMLPrinterProvider

All Superinterfaces:
Provider
All Known Implementing Classes:
DefaultXMLPrinterProvider, XalanXMLPrinterProvider

public interface XMLPrinterProvider
extends Provider

Provider for pretty printing XML DOM documents to a stream.

Version:
$Revision: 1.1.1.1 $
Author:
Joe Walnes
See Also:
XMLUtils

Method Summary
 void print(org.w3c.dom.Document doc, Writer out)
           
 
Methods inherited from interface com.opensymphony.provider.Provider
destroy, init
 

Method Detail

print

public void print(org.w3c.dom.Document doc,
                  Writer out)
           throws IOException
Throws:
IOException

OSCore Project Page