public class TikaOfficeDetectParser extends Object implements org.apache.tika.parser.Parser
Constructor and Description |
---|
TikaOfficeDetectParser() |
Modifier and Type | Method and Description |
---|---|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext parseContext) |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata)
Deprecated.
This method will be removed in Apache Tika 1.0.
|
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext parseContext) |
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext parseContext)
getSupportedTypes
in interface org.apache.tika.parser.Parser
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext parseContext) throws IOException, SAXException, org.apache.tika.exception.TikaException
parse
in interface org.apache.tika.parser.Parser
IOException
SAXException
org.apache.tika.exception.TikaException
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata) throws IOException, SAXException, org.apache.tika.exception.TikaException
IOException
SAXException
org.apache.tika.exception.TikaException
Copyright © 2005–2017 Alfresco Software. All rights reserved.