Class AbstractMultipleParser

java.lang.Object
org.apache.tika.parser.AbstractParser
org.apache.tika.parser.multiple.AbstractMultipleParser
All Implemented Interfaces:
Serializable, Parser
Direct Known Subclasses:
FallbackParser, PickBestTextEncodingParser, SupplementingParser

public abstract class AbstractMultipleParser extends AbstractParser
Abstract base class for parser wrappers which may / will process a given stream multiple times, merging the results of the various parsers used. End users should normally use FallbackParser or SupplementingParser along with a Strategy. Note that unless you give a ContentHandlerFactory, you'll get content from every parser tried mushed together!
Since:
Apache Tika 1.18
See Also: