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: 5 $
Author:
Joe Walnes
See Also:
XMLUtils

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

Method Detail

print

void print(Document doc,
           Writer out)
           throws IOException
Throws:
IOException

OSCore Project Page

Copyright 2000-2005 - OpenSymphony