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