Save This Page
Home » iText-2.1.7 » com.lowagie » text » xml » [javadoc | source]
com.lowagie.text.xml
abstract public class: XmlToXXX [javadoc | source]
java.lang.Object
   com.lowagie.text.xml.XmlToXXX

Direct Known Subclasses:
    XmlToHtml, XmlToRtf, XmlToPdf

Generates an specific file from an iText XML file.
Field Summary
protected  Rectangle pageSize     
Constructor:
 public XmlToXXX() 
 public XmlToXXX(String pageSize) 
    Construct an XmlToXXX with the specified page size.
    Parameters:
    pageSize - String page size name from com.lowagie.text.PageSize.
Method from com.lowagie.text.xml.XmlToXXX Summary:
addWriter,   parse
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.xml.XmlToXXX Detail:
 abstract protected  void addWriter(Document doc,
    OutputStream out) throws DocumentException
    Add a DocWriter for the specified Document and OutputStream.
 public final  void parse(InputStream in,
    OutputStream out) throws DocumentException 
    Parse the XML from the specified InputStream, writing to the specified OutputStream.