public class FallbackParser
extends org.apache.tika.parser.AbstractParser
| Modifier and Type | Field and Description |
|---|---|
static org.apache.tika.parser.Parser |
INSTANCE |
| Constructor and Description |
|---|
FallbackParser() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws SAXException, IOException, org.apache.tika.exception.TikaException
SAXExceptionIOExceptionorg.apache.tika.exception.TikaExceptionCopyright © 2018. All rights reserved.