org.apache.tika.parser.microsoft
Class HSLFExtractor
java.lang.Object
org.apache.tika.parser.microsoft.HSLFExtractor
public class HSLFExtractor
- extends 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.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml)
throws IOException,
SAXException,
TikaException
- Throws:
IOException
SAXException
TikaException
parse
protected void parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml)
throws IOException,
SAXException,
TikaException
- Throws:
IOException
SAXException
TikaException
handleEmbeddedResource
protected void handleEmbeddedResource(TikaInputStream resource,
String filename,
String mediaType,
XHTMLContentHandler xhtml,
boolean outputHtml)
throws IOException,
SAXException,
TikaException
- Throws:
IOException
SAXException
TikaException
handleEmbeddedOfficeDoc
protected void handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
XHTMLContentHandler xhtml)
throws IOException,
SAXException,
TikaException
- Handle an office document that's embedded at the POIFS level
- Throws:
IOException
SAXException
TikaException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.