Class OOXMLExtractorFactory
java.lang.Object
org.apache.tika.parser.microsoft.ooxml.OOXMLExtractorFactory
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Figures out the correct
OOXMLExtractor for the supplied document and
returns it.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidparse(InputStream stream, ContentHandler baseHandler, Metadata metadata, ParseContext context) Deprecated.
-
Constructor Details
-
OOXMLExtractorFactory
public OOXMLExtractorFactory()Deprecated.
-
-
Method Details
-
parse
public static void parse(InputStream stream, ContentHandler baseHandler, Metadata metadata, ParseContext context) throws IOException, SAXException, TikaException Deprecated.- Throws:
IOExceptionSAXExceptionTikaException
-