Package | Description |
---|---|
com.logicaldoc.core.parser | |
com.logicaldoc.core.parser.wordperfect |
Modifier and Type | Class and Description |
---|---|
class |
AbiWordParser
Text extractor for AbiWord documents.
|
class |
AbstractParser
Abstract implementation of a Parser
|
class |
DOCParser
Parses a MS Word (*.doc, *.dot) file to extract the text contained in the
file.
|
class |
DummyParser
Parser that doesn't parse anything
|
class |
HTMLParser
Text extractor for HyperText Markup Language (HTML).
|
class |
KOfficeParser
Text extractor for KOffice 1.6 documents.
|
class |
OpenOfficeParser
Text extractor for OpenOffice/OpenDocument documents.
|
class |
PDFParser
Text extractor for Portable Document Format (PDF).
|
class |
PPTParser
Parser for Office 2003 presentations
|
class |
PSParser |
class |
RTFParser |
class |
TXTParser
Class for parsing text (*.txt) files.
|
class |
XLSParser
Parser for Office 2003 worksheets
|
class |
XMLParser
Text extractor for XML documents.
|
class |
ZABWParser
Text extractor for AbiWord compressed documents.
|
Modifier and Type | Method and Description |
---|---|
protected static Parser |
ParserFactory.detectParser(File file,
InputStream is,
String filename,
Locale locale,
String encoding)
Internal method containing the lookup logic. can be invoked with a File
OR an InputStream.
|
static Parser |
ParserFactory.getParser(File file,
String filename,
Locale locale,
String encoding) |
static Parser |
ParserFactory.getParser(InputStream is,
String filename,
Locale locale,
String encoding) |
static Parser |
ParserFactory.getParser(String filename) |
Modifier and Type | Class and Description |
---|---|
class |
WordPerfectParser |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.