org.jpedal.examples.text.extractheadlines
Class Output

java.lang.Object
  extended by org.jpedal.examples.text.extractheadlines.Output

public class Output
extends java.lang.Object


Constructor Summary
Output()
           
 
Method Summary
 void close()
          called at end of output to flush/close/release
 void open(java.lang.String targetFile)
          called to setup output
 void outputSection(java.lang.String section, java.lang.String refPage, java.lang.String file)
          called to write to file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output()
Method Detail

open

public void open(java.lang.String targetFile)
called to setup output


outputSection

public void outputSection(java.lang.String section,
                          java.lang.String refPage,
                          java.lang.String file)
called to write to file


close

public void close()
called at end of output to flush/close/release