org.apache.tika.parser.microsoft.ooxml
Class OOXMLExtractorFactory

java.lang.Object
  extended by org.apache.tika.parser.microsoft.ooxml.OOXMLExtractorFactory

public class OOXMLExtractorFactory
extends Object

Figures out the correct OOXMLExtractor for the supplied document and returns it.


Constructor Summary
OOXMLExtractorFactory()
           
 
Method Summary
static void parse(InputStream stream, ContentHandler baseHandler, Metadata metadata, ParseContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OOXMLExtractorFactory

public OOXMLExtractorFactory()
Method Detail

parse

public static void parse(InputStream stream,
                         ContentHandler baseHandler,
                         Metadata metadata,
                         ParseContext context)
                  throws IOException,
                         SAXException,
                         TikaException
Throws:
IOException
SAXException
TikaException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.