Package com.lowagie.text.xml
Class XmlToHtml
- java.lang.Object
-
- com.lowagie.text.xml.XmlToXXX
-
- com.lowagie.text.xml.XmlToHtml
-
public class XmlToHtml extends XmlToXXX
HTML-specific subclass ofXmlToXXX.- Version:
- 1.0
- Author:
- Matt Benson
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddWriter(Document doc, java.io.OutputStream out)Add aDocWriterfor the specifiedDocumentandOutputStream.static voidmain(java.lang.String[] args)Main method of theXmlToHtmlclass.
-
-
-
Method Detail
-
addWriter
protected final void addWriter(Document doc, java.io.OutputStream out) throws DocumentException
Add aDocWriterfor the specifiedDocumentandOutputStream.- Specified by:
addWriterin classXmlToXXX- Parameters:
doc- The document to which content will be addedout- The outputstream where the HTML will be sent to- Throws:
DocumentException- if document errors occur.
-
main
public static void main(java.lang.String[] args)
Main method of theXmlToHtmlclass.- Parameters:
args-String[]of command-line arguments.
-
-