Deprecated API


Contents
Deprecated Classes
org.apache.tika.parser.xml.MetadataHandler
          Use the AttributeMetadataHandler and ElementMetadataHandler classes instead 
org.apache.tika.parser.opendocument.OpenOfficeParser
          Use the OpenDocumentParser class instead. This class will be removed in Apache Tika 1.0. 
 

Deprecated Fields
org.apache.tika.parser.pdf.PDFParser.PASSWORD
          Supply a PasswordProvider on the ParseContext instead 
 

Deprecated Methods
org.apache.tika.parser.microsoft.POIFSContainerDetector.detect(Set)
          Use POIFSContainerDetector.detect(Set, DirectoryEntry) and pass the root entry of the filesystem whose type is to be detected, as a second argument. 
org.apache.tika.parser.html.HtmlParser.isDiscardElement(String)
          Use the HtmlMapper mechanism to customize the HTML mapping. This method will be removed in Tika 1.0. 
org.apache.tika.parser.html.HtmlParser.mapSafeAttribute(String, String)
          Use the HtmlMapper mechanism to customize the HTML mapping. This method will be removed in Tika 1.0. 
org.apache.tika.parser.html.HtmlParser.mapSafeElement(String)
          Use the HtmlMapper mechanism to customize the HTML mapping. This method will be removed in Tika 1.0. 
org.apache.tika.parser.iptc.IptcAnpaParser.parse(InputStream, ContentHandler, Metadata)
          This method will be removed in Apache Tika 1.0. 
 

Deprecated Constructors
org.apache.tika.parser.mp3.AudioFrame(InputStream, ContentHandler)
          Use the constructor which is passed all values directly. 
org.apache.tika.parser.mp3.AudioFrame(int, int, int, int, InputStream)
          Use the constructor which is passed all values directly. 
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.