Class RecursiveParserWrapperHandler

All Implemented Interfaces:
Serializable, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class RecursiveParserWrapperHandler extends AbstractRecursiveParserWrapperHandler
This is the default implementation of AbstractRecursiveParserWrapperHandler. See its documentation for more details.

This caches the a metadata object for each embedded file and for the container file. It places the extracted content in the metadata object, with this key: TikaCoreProperties.TIKA_CONTENT If memory is a concern, subclass AbstractRecursiveParserWrapperHandler to handle each embedded document.

NOTE: This handler must only be used with the RecursiveParserWrapper

See Also: