uk.ac.man.documentparser.input
Class TextFileFactory

java.lang.Object
  extended by uk.ac.man.documentparser.input.TextFileFactory
All Implemented Interfaces:
InputFactory

public class TextFileFactory
extends java.lang.Object
implements InputFactory


Constructor Summary
TextFileFactory()
           
 
Method Summary
 DocumentIterator parse(java.io.File file)
           
 DocumentIterator parse(java.lang.String file)
           
 DocumentIterator parse(java.lang.StringBuffer data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFileFactory

public TextFileFactory()
Method Detail

parse

public DocumentIterator parse(java.lang.StringBuffer data)
Specified by:
parse in interface InputFactory

parse

public DocumentIterator parse(java.lang.String file)
Specified by:
parse in interface InputFactory

parse

public DocumentIterator parse(java.io.File file)
Specified by:
parse in interface InputFactory