Class OfflineContentHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

@Deprecated(since="2026-04-30") public class OfflineContentHandler extends ContentHandlerDecorator
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Content handler decorator that always returns an empty stream from the resolveEntity(String, String) method to prevent potential network or other external resources from being accessed by an XML parser.
See Also: