|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFileParser | |
---|---|
lumis.util.parse |
Uses of IFileParser in lumis.util.parse |
---|
Classes in lumis.util.parse that implement IFileParser | |
---|---|
class |
BaseFileParser
Base implementation of IFileParser . |
class |
DocParser
Extracts text from a Microsoft Word document file. |
class |
HtmlParser
Extracts text from a HTML file. |
class |
PdfParser
Extracts text from a PDF file. |
class |
TikaParser
Implementation for IFileParser to deal with Parser for most content-types. |
class |
TxtParser
Extracts text from a text file. |
Methods in lumis.util.parse that return IFileParser | |
---|---|
static IFileParser |
ParserFactory.getFileParser(String contentType)
Returns the file parser object for a specified MIME content type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |