org.apache.tika.parser.microsoft
Class OutlookExtractor
java.lang.Object
org.apache.tika.parser.microsoft.OutlookExtractor
public class OutlookExtractor
- extends java.lang.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.POIFSFileSystem filesystem,
ParseContext context)
throws TikaException
- Throws:
TikaException
parse
public void parse(XHTMLContentHandler xhtml,
Metadata metadata)
throws TikaException,
org.xml.sax.SAXException,
java.io.IOException
- Throws:
TikaException
org.xml.sax.SAXException
java.io.IOException
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.