com.unitesk.requality.documents
Class DocumentImporter
java.lang.Object
com.unitesk.requality.documents.DocumentImporter
public class DocumentImporter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentImporter
public DocumentImporter()
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