Interface EmbeddedDocumentExtractor

All Known Implementing Classes:
ParsingEmbeddedDocumentExtractor

@Deprecated(since="2026-04-30") public interface EmbeddedDocumentExtractor
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    parseEmbedded(InputStream stream, ContentHandler handler, Metadata metadata, boolean outputHtml)
    Deprecated.
    Processes the supplied embedded resource, calling the delegating parser with the appropriate details.
    boolean
    Deprecated.
     
  • Method Details

    • shouldParseEmbedded

      boolean shouldParseEmbedded(Metadata metadata)
      Deprecated.
    • parseEmbedded

      void parseEmbedded(InputStream stream, ContentHandler handler, Metadata metadata, boolean outputHtml) throws SAXException, IOException
      Deprecated.
      Processes the supplied embedded resource, calling the delegating parser with the appropriate details.
      Parameters:
      stream - The embedded resource
      handler - The handler to use
      metadata - The metadata for the embedded resource
      outputHtml - Should we output HTML for this resource, or has the parser already done so?
      Throws:
      SAXException
      IOException