Class ElementMappingContentHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

@Deprecated(since="2026-04-30") public class ElementMappingContentHandler extends ContentHandlerDecorator
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Content handler decorator that maps element QNames using a Map. Not mappable elements are not forwarded. Attributes may also be mapped (for each element different using a Map for attributes), not mappable attributes are not forwarded. The default is to not map any attributes and therefore do not forward any of them.