org.apache.tika.parser.microsoft.POIFSContainerDetector.detect(Set)
|
org.apache.tika.mime.MimeTypes.getMimeType(File)
|
org.apache.tika.mime.MimeTypes.getMimeType(String)
|
org.apache.tika.config.TikaConfig.getParser(MediaType)
|
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.AbstractParser.parse(InputStream, ContentHandler, Metadata)
|
org.apache.tika.parser.iptc.IptcAnpaParser.parse(InputStream, ContentHandler, Metadata)
This method will be removed in Apache Tika 1.0.
|
org.apache.tika.io.IOUtils.toByteArray(String)
|
org.apache.tika.io.IOUtils.toString(byte[])
|
org.apache.tika.io.IOUtils.toString(byte[], String)
|
org.apache.tika.io.IOUtils.write(StringBuffer, OutputStream)
replaced by write(CharSequence, OutputStream)
|
org.apache.tika.io.IOUtils.write(StringBuffer, OutputStream, String)
replaced by write(CharSequence, OutputStream, String)
|
org.apache.tika.io.IOUtils.write(StringBuffer, Writer)
replaced by write(CharSequence, Writer)
|