org.apache.tika.parser.microsoft
Class HSLFExtractor
java.lang.Object
org.apache.tika.parser.microsoft.HSLFExtractor
public class HSLFExtractor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HSLFExtractor
public HSLFExtractor(ParseContext context)
parse
protected void parse(org.apache.poi.poifs.filesystem.POIFSFileSystem filesystem,
XHTMLContentHandler xhtml)
throws java.io.IOException,
org.xml.sax.SAXException,
TikaException
- Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException
handleEmbeddedResource
protected void handleEmbeddedResource(TikaInputStream resource,
java.lang.String filename,
java.lang.String mediaType,
XHTMLContentHandler xhtml,
boolean outputHtml)
throws java.io.IOException,
org.xml.sax.SAXException,
TikaException
- Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException
handleEmbededOfficeDoc
protected void handleEmbededOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
XHTMLContentHandler xhtml)
throws java.io.IOException,
org.xml.sax.SAXException,
TikaException
- Handle an office document that's embedded at the POIFS level
- Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException
copy
protected void copy(org.apache.poi.poifs.filesystem.DirectoryEntry sourceDir,
org.apache.poi.poifs.filesystem.DirectoryEntry destDir)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.