Uses of Class
org.apache.tika.parser.AbstractParser
Packages that use AbstractParser
Package
Description
Forked parser.
Tika parsers.
External parser process.
-
Uses of AbstractParser in org.apache.tika.fork
Subclasses of AbstractParser in org.apache.tika.fork -
Uses of AbstractParser in org.apache.tika.parser
Subclasses of AbstractParser in org.apache.tika.parserModifier and TypeClassDescriptionclassAbstract base class for parsers that use the AutoDetectReader and need to use theEncodingDetectorconfigured byTikaConfigclassAbstract base class for parsers that call external processes.classclassComposite parser that delegates parsing tasks to a component parser based on the declared content type of the incoming document.classDecrypts the incoming document stream and delegates further parsing to another parser instance.classA composite parser based on all theParserimplementations available through theservice provider mechanism.classBase class for parser implementations that want to delegate parts of the task of parsing an input document to another parser.classclassDummy parser that always produces an empty XHTML document without even attempting to parse the given document stream.classDummy parser that always throws aTikaExceptionwithout even attempting to parse the given document stream.classclassDecorator base class for theParserinterface.classParser decorator that post-processes the results from a decorated parser.classThis is a helper class that wraps a parser in a recursive handler.classclassThe RecursiveParserWrapper wraps the parser sent into the parsecontext and then uses that parser to store state (among many other things). -
Uses of AbstractParser in org.apache.tika.parser.external
Subclasses of AbstractParser in org.apache.tika.parser.externalModifier and TypeClassDescriptionclassA Composite Parser that wraps up all the available External Parsers, and provides an easy way to access them.classParser that uses an external program (like catdoc or pdf2txt) to extract text content and metadata from a given document. -
Uses of AbstractParser in org.apache.tika.parser.external2
Subclasses of AbstractParser in org.apache.tika.parser.external2Modifier and TypeClassDescriptionclassThis is a next generation external parser that uses some of the more recent additions to Tika. -
Uses of AbstractParser in org.apache.tika.parser.multiple
Subclasses of AbstractParser in org.apache.tika.parser.multipleModifier and TypeClassDescriptionclassAbstract base class for parser wrappers which may / will process a given stream multiple times, merging the results of the various parsers used.classTries multiple parsers in turn, until one succeeds.classRuns the input stream through all available parsers, merging the metadata from them based on theAbstractMultipleParser.MetadataPolicychosen.