Package org.apache.tika.extractor
Class ParsingEmbeddedDocumentExtractor
java.lang.Object
org.apache.tika.extractor.ParsingEmbeddedDocumentExtractor
- All Implemented Interfaces:
EmbeddedDocumentExtractor
@Deprecated(since="2026-04-30")
public class ParsingEmbeddedDocumentExtractor
extends Object
implements EmbeddedDocumentExtractor
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Helper class for parsers of package archives or other compound document
formats that support embedded or attached component documents.
- Since:
- Apache Tika 0.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparseEmbedded(InputStream stream, ContentHandler handler, Metadata metadata, boolean outputHtml) Deprecated.Processes the supplied embedded resource, calling the delegating parser with the appropriate details.booleanshouldParseEmbedded(Metadata metadata) Deprecated.
-
Constructor Details
-
ParsingEmbeddedDocumentExtractor
Deprecated.
-
-
Method Details
-
shouldParseEmbedded
Deprecated.- Specified by:
shouldParseEmbeddedin interfaceEmbeddedDocumentExtractor
-
parseEmbedded
public void parseEmbedded(InputStream stream, ContentHandler handler, Metadata metadata, boolean outputHtml) throws SAXException, IOException Deprecated.Description copied from interface:EmbeddedDocumentExtractorProcesses the supplied embedded resource, calling the delegating parser with the appropriate details.- Specified by:
parseEmbeddedin interfaceEmbeddedDocumentExtractor- Parameters:
stream- The embedded resourcehandler- The handler to usemetadata- The metadata for the embedded resourceoutputHtml- Should we output HTML for this resource, or has the parser already done so?- Throws:
SAXExceptionIOException
-