Uses of Interface
com.logicaldoc.core.parser.Parser
-
Packages that use Parser Package Description com.logicaldoc.core.parser Machinery for parsing different file formats.com.logicaldoc.core.parser.wordperfect -
-
Uses of Parser in com.logicaldoc.core.parser
Classes in com.logicaldoc.core.parser that implement Parser Modifier and Type Class Description classAbiWordParserText extractor for AbiWord documents.classAbstractParserAbstract implementation of a ParserclassDOCParserParses a MS Word (*.doc, *.dot) file to extract the text contained in the file.classDummyParserParser that doesn't parse anythingclassHTMLParserText extractor for HyperText Markup Language (HTML).classKOfficeParserText extractor for KOffice 1.6 documents.classOpenOfficeParserText extractor for OpenOffice/OpenDocument documents.classPDFParserText extractor for Portable Document Format (PDF).classPPTParserParser for Office 2003 presentationsclassPSParserclassRTFParserclassTXTParserClass for parsing text (*.txt) files.classXLSParserParser for Office 2003 worksheetsclassXMLParserText extractor for XML documents.classZABWParserText extractor for AbiWord compressed documents.classZipParserClass for parsing text (*.txt) files.Methods in com.logicaldoc.core.parser that return Parser Modifier and Type Method Description static ParserParserFactory. getParser(String filename)Method containing the lookup logicMethods in com.logicaldoc.core.parser that return types with arguments of type Parser Modifier and Type Method Description static Map<String,Parser>ParserFactory. getParsers() -
Uses of Parser in com.logicaldoc.core.parser.wordperfect
Classes in com.logicaldoc.core.parser.wordperfect that implement Parser Modifier and Type Class Description classWordPerfectParser
-