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

java.lang.Object
  extended by org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
      extended by org.apache.tika.parser.microsoft.ooxml.XSSFExcelExtractorDecorator
All Implemented Interfaces:
OOXMLExtractor

public class XSSFExcelExtractorDecorator
extends AbstractOOXMLExtractor


Field Summary
 
Fields inherited from class org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
extractor
 
Constructor Summary
XSSFExcelExtractorDecorator(org.apache.poi.xssf.extractor.XSSFExcelExtractor extractor, Locale locale)
           
 
Method Summary
protected  void buildXHTML(XHTMLContentHandler xhtml)
          Populates the XHTMLContentHandler object received as parameter.
 
Methods inherited from class org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
getDocument, getMetadataExtractor, getXHTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFExcelExtractorDecorator

public XSSFExcelExtractorDecorator(org.apache.poi.xssf.extractor.XSSFExcelExtractor extractor,
                                   Locale locale)
Method Detail

buildXHTML

protected void buildXHTML(XHTMLContentHandler xhtml)
                   throws SAXException,
                          org.apache.xmlbeans.XmlException,
                          IOException
Description copied from class: AbstractOOXMLExtractor
Populates the XHTMLContentHandler object received as parameter.

Specified by:
buildXHTML in class AbstractOOXMLExtractor
Throws:
SAXException
org.apache.xmlbeans.XmlException
IOException
See Also:
XSSFExcelExtractor.getText()


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