org.apache.tika.parser.microsoft.ooxml
Class OOXMLExtractorFactory
java.lang.Object
org.apache.tika.parser.microsoft.ooxml.OOXMLExtractorFactory
public class OOXMLExtractorFactory
- extends Object
Figures out the correct OOXMLExtractor
for the supplied document and
returns it.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OOXMLExtractorFactory
public OOXMLExtractorFactory()
parse
public static void parse(InputStream stream,
ContentHandler baseHandler,
Metadata metadata,
ParseContext context)
throws IOException,
SAXException,
TikaException
- Throws:
IOException
SAXException
TikaException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.