|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TikaException in org.apache.tika |
---|
Methods in org.apache.tika that throw TikaException | |
---|---|
java.lang.String |
Tika.parseToString(java.io.File file)
Parses the given file and returns the extracted text content. |
java.lang.String |
Tika.parseToString(java.io.InputStream stream)
Parses the given document and returns the extracted text content. |
java.lang.String |
Tika.parseToString(java.io.InputStream stream,
Metadata metadata)
Parses the given document and returns the extracted text content. |
java.lang.String |
Tika.parseToString(java.net.URL url)
Parses the resource at the given URL and returns the extracted text content. |
Uses of TikaException in org.apache.tika.config |
---|
Methods in org.apache.tika.config that throw TikaException | |
---|---|
static TikaConfig |
TikaConfig.getDefaultConfig(Parser delegate)
Deprecated. This method will be removed in Apache Tika 1.0 |
Constructors in org.apache.tika.config that throw TikaException | |
---|---|
TikaConfig(org.w3c.dom.Document document)
|
|
TikaConfig(org.w3c.dom.Document document,
Parser delegate)
Deprecated. This method will be removed in Apache Tika 1.0 |
|
TikaConfig(org.w3c.dom.Element element)
|
|
TikaConfig(org.w3c.dom.Element element,
Parser delegate)
Deprecated. This method will be removed in Apache Tika 1.0 |
|
TikaConfig(java.io.File file)
|
|
TikaConfig(java.io.InputStream stream)
|
|
TikaConfig(java.io.InputStream stream,
Parser delegate)
Deprecated. This method will be removed in Apache Tika 1.0 |
|
TikaConfig(java.lang.String file)
|
|
TikaConfig(java.net.URL url)
|
Uses of TikaException in org.apache.tika.mime |
---|
Subclasses of TikaException in org.apache.tika.mime | |
---|---|
class |
MimeTypeException
A class to encapsulate MimeType related exceptions. |
Uses of TikaException in org.apache.tika.parser |
---|
Methods in org.apache.tika.parser that throw TikaException | |
---|---|
void |
ParserDecorator.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
Parser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
ExternalParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
ErrorParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
EmptyParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
DelegatingParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
CompositeParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
AutoDetectParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
|
void |
ParserPostProcessor.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Forwards the call to the delegated parser and post-processes the results as described above. |
void |
ParserDecorator.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Delegates the method call to the decorated parser. |
void |
Parser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Parses a document stream into a sequence of XHTML SAX events. |
void |
ExternalParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Executes the configured external command and passes the given document stream as a simple XHTML document to the given SAX content handler. |
void |
ErrorParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
void |
DelegatingParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Looks up the delegate parser from the parsing context and delegates the parse operation to it. |
void |
CompositeParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Delegates the call to the matching component parser. |
void |
AutoDetectParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.asm |
---|
Methods in org.apache.tika.parser.asm that throw TikaException | |
---|---|
void |
ClassParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
ClassParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.audio |
---|
Methods in org.apache.tika.parser.audio that throw TikaException | |
---|---|
void |
MidiParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
AudioParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
MidiParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
void |
AudioParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.epub |
---|
Methods in org.apache.tika.parser.epub that throw TikaException | |
---|---|
void |
EpubParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
EpubContentParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
EpubParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
void |
EpubContentParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.html |
---|
Methods in org.apache.tika.parser.html that throw TikaException | |
---|---|
void |
HtmlParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
HtmlParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.image |
---|
Methods in org.apache.tika.parser.image that throw TikaException | |
---|---|
void |
ImageParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
ImageParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.jpeg |
---|
Methods in org.apache.tika.parser.jpeg that throw TikaException | |
---|---|
void |
JpegParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
JpegParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.mbox |
---|
Methods in org.apache.tika.parser.mbox that throw TikaException | |
---|---|
void |
MboxParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
|
void |
MboxParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.microsoft |
---|
Methods in org.apache.tika.parser.microsoft that throw TikaException | |
---|---|
void |
OfficeParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
OfficeParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Extracts properties and text from an MS Document input stream |
Uses of TikaException in org.apache.tika.parser.microsoft.ooxml |
---|
Methods in org.apache.tika.parser.microsoft.ooxml that throw TikaException | |
---|---|
void |
MetadataExtractor.extract(Metadata metadata)
|
void |
OOXMLParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
OOXMLParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.mp3 |
---|
Methods in org.apache.tika.parser.mp3 that throw TikaException | |
---|---|
void |
Mp3Parser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
Mp3Parser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.odf |
---|
Methods in org.apache.tika.parser.odf that throw TikaException | |
---|---|
void |
OpenDocumentParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
OpenDocumentContentParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
OpenDocumentParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
void |
OpenDocumentContentParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.pdf |
---|
Methods in org.apache.tika.parser.pdf that throw TikaException | |
---|---|
void |
PDFParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
PDFParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.pkg |
---|
Methods in org.apache.tika.parser.pkg that throw TikaException | |
---|---|
void |
ZipParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Parses the given stream as a Zip file. |
void |
TarParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Parses the given stream as a tar file. |
void |
GzipParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Parses the given stream as a gzip file. |
void |
CpioParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Parses the given stream as a cpio file. |
void |
Bzip2Parser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Parses the given stream as a bzip2 file. |
void |
ArParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
Parses the given stream as an ar archive. |
Uses of TikaException in org.apache.tika.parser.rtf |
---|
Methods in org.apache.tika.parser.rtf that throw TikaException | |
---|---|
void |
RTFParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
RTFParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.txt |
---|
Methods in org.apache.tika.parser.txt that throw TikaException | |
---|---|
void |
TXTParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
TXTParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.parser.xml |
---|
Methods in org.apache.tika.parser.xml that throw TikaException | |
---|---|
void |
XMLParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata)
Deprecated. This method will be removed in Apache Tika 1.0. |
void |
XMLParser.parse(java.io.InputStream stream,
org.xml.sax.ContentHandler handler,
Metadata metadata,
ParseContext context)
|
Uses of TikaException in org.apache.tika.sax |
---|
Methods in org.apache.tika.sax that throw TikaException | |
---|---|
void |
SecureContentHandler.throwIfCauseOf(org.xml.sax.SAXException e)
Converts the given SAXException to a corresponding
TikaException if it's caused by this instance detecting
a zip bomb. |
Uses of TikaException in org.apache.tika.utils |
---|
Methods in org.apache.tika.utils that throw TikaException | |
---|---|
static Parser |
ParseUtils.getParser(java.io.File documentFile,
TikaConfig config)
Returns a parser that can handle the specified MIME type, and is set to receive input from a stream opened from the specified URL. |
static Parser |
ParseUtils.getParser(java.lang.String mimeType,
TikaConfig config)
Returns a parser that can handle the specified MIME type, and is set to receive input from a stream opened from the specified URL. |
static Parser |
ParseUtils.getParser(java.net.URL documentUrl,
TikaConfig config)
Returns a parser that can handle the specified MIME type, and is set to receive input from a stream opened from the specified URL. |
static java.lang.String |
ParseUtils.getStringContent(java.io.File documentFile,
TikaConfig config)
Gets the string content of a document read from an input stream. |
static java.lang.String |
ParseUtils.getStringContent(java.io.File documentFile,
TikaConfig config,
java.lang.String mimeType)
Gets the string content of a document read from an input stream. |
static java.lang.String |
ParseUtils.getStringContent(java.io.InputStream stream,
TikaConfig config,
java.lang.String mimeType)
Gets the string content of a document read from an input stream. |
static java.lang.String |
ParseUtils.getStringContent(java.net.URL documentUrl,
TikaConfig config)
Gets the string content of a document read from an input stream. |
static java.lang.String |
ParseUtils.getStringContent(java.net.URL documentUrl,
TikaConfig config,
java.lang.String mimeType)
Gets the string content of a document read from an input stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |