public class DocumentImporter
extends java.lang.Object
Constructor and Description |
---|
DocumentImporter() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanHtml(java.io.Reader intHtml,
java.lang.String charset,
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,
java.io.PrintStream pw) |
void |
setProcessor(IDocumentProcessor processor) |
public void setProcessor(IDocumentProcessor processor)
public void importDocument(java.lang.String docId, java.io.File inFile, java.io.File outFile, TreeDB base, TreeNode node, java.lang.String encoding, java.io.PrintStream pw) throws java.lang.Exception
java.lang.Exception
public static void cleanHtml(java.io.Reader intHtml, java.lang.String charset, java.io.Writer out) throws java.io.IOException
java.io.IOException