com.unitesk.requality.documents
Class DocumentImporter

java.lang.Object
  extended by com.unitesk.requality.documents.DocumentImporter

public class DocumentImporter
extends java.lang.Object


Constructor Summary
DocumentImporter()
           
 
Method Summary
static void cleanHtml(java.io.Reader intHtml, java.io.Writer out)
           
 void importDocument(java.lang.String docId, java.io.File inFile, java.io.File outFile, TreeDB base, TreeNode node, java.lang.String encoding)
           
 void setProcessor(IDocumentProcessor processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentImporter

public DocumentImporter()
Method Detail

setProcessor

public void setProcessor(IDocumentProcessor processor)

importDocument

public void importDocument(java.lang.String docId,
                           java.io.File inFile,
                           java.io.File outFile,
                           TreeDB base,
                           TreeNode node,
                           java.lang.String encoding)
                    throws java.lang.Exception
Throws:
java.lang.Exception

cleanHtml

public static void cleanHtml(java.io.Reader intHtml,
                             java.io.Writer out)
                      throws java.io.IOException
Throws:
java.io.IOException