|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIndexSource
XMLIndexSource
TextIndexSource
public class TextIndexSource
Transforms an HTML file to a single-record XML file.
Field Summary | |
---|---|
private File |
textFile
Source of text data |
Constructor Summary | |
---|---|
TextIndexSource(File textFile,
String key,
Templates[] preFilters,
Templates displayStyle,
StructuredStore lazyStore)
Constructor -- initializes all the fields |
Method Summary | |
---|---|
protected InputSource |
filterInput()
Transform the text file to XML data |
Methods inherited from class XMLIndexSource |
---|
displayStyle, key, nextRecord, normalize, path, preFilters, removeDoctypeDecl, totalSize |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private File textFile
Constructor Detail |
---|
public TextIndexSource(File textFile, String key, Templates[] preFilters, Templates displayStyle, StructuredStore lazyStore)
Method Detail |
---|
protected InputSource filterInput() throws IOException
filterInput
in class XMLIndexSource
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |