public class MSWordIndexSource extends XMLIndexSource
Modifier and Type | Field and Description |
---|---|
private File |
msWordFile
Source of MS Word document data
|
Constructor and Description |
---|
MSWordIndexSource(File msWordFile,
String key,
Templates[] preFilters,
Templates displayStyle,
StructuredStore lazyStore)
Constructor -- initializes all the fields
|
Modifier and Type | Method and Description |
---|---|
protected InputSource |
filterInput()
Transform the MS Word file to XML data
|
displayStyle, key, nextRecord, normalize, path, preFilters, removeDoctypeDecl, totalSize
public MSWordIndexSource(File msWordFile, String key, Templates[] preFilters, Templates displayStyle, StructuredStore lazyStore)
protected InputSource filterInput() throws IOException
filterInput
in class XMLIndexSource
IOException