org.apache.tika.parser.microsoft
Class OutlookExtractor
java.lang.Object
org.apache.tika.parser.microsoft.OutlookExtractor
public class OutlookExtractor
- extends Object
Outlook Message Parser.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutlookExtractor
public OutlookExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
ParseContext context)
throws TikaException
- Throws:
TikaException
OutlookExtractor
public OutlookExtractor(org.apache.poi.poifs.filesystem.DirectoryNode root,
ParseContext context)
throws TikaException
- Throws:
TikaException
parse
public void parse(XHTMLContentHandler xhtml,
Metadata metadata)
throws TikaException,
SAXException,
IOException
- Throws:
TikaException
SAXException
IOException
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.