Uses of Class
org.pz.platypus.plugin.html.HtmlOutfile

Packages that use HtmlOutfile
org.pz.platypus.plugin.html   
 

Uses of HtmlOutfile in org.pz.platypus.plugin.html
 

Fields in org.pz.platypus.plugin.html declared as HtmlOutfile
private  HtmlOutfile HtmlDocContext.htmlOutfile
           
private  HtmlOutfile Start.outfile
          the outputfile we write to
 

Methods in org.pz.platypus.plugin.html that return HtmlOutfile
 HtmlOutfile HtmlDocContext.getOutfile()
           
 

Methods in org.pz.platypus.plugin.html with parameters of type HtmlOutfile
 void HtmlDocContext.setOutfile(HtmlOutfile newOutfile)
           
 

Constructors in org.pz.platypus.plugin.html with parameters of type HtmlOutfile
Start(HtmlOutfile newOutfile, HtmlCommandTable newCommandTable)
          Constructor that is only ever used in unit testing
 



Copyright © 2008-10 Pacific Data Works LLC