public class OutlookExtractor extends Object
Constructor and Description |
---|
OutlookExtractor(org.apache.poi.poifs.filesystem.DirectoryNode root,
ParseContext context) |
OutlookExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected Detector |
getDetector() |
protected MimeTypes |
getMimeTypes() |
protected String |
getPassword()
Returns the password to be used for this file, or null
if no / default password should be used
|
protected TikaConfig |
getTikaConfig() |
protected void |
handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
XHTMLContentHandler xhtml)
Handle an office document that's embedded at the POIFS level
|
protected void |
handleEmbeddedResource(TikaInputStream resource,
String filename,
String relationshipID,
String mediaType,
XHTMLContentHandler xhtml,
boolean outputHtml) |
void |
parse(XHTMLContentHandler xhtml,
Metadata metadata) |
public OutlookExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem, ParseContext context) throws TikaException
TikaException
public OutlookExtractor(org.apache.poi.poifs.filesystem.DirectoryNode root, ParseContext context) throws TikaException
TikaException
public void parse(XHTMLContentHandler xhtml, Metadata metadata) throws TikaException, SAXException, IOException
TikaException
SAXException
IOException
protected TikaConfig getTikaConfig()
protected Detector getDetector()
protected MimeTypes getMimeTypes()
protected String getPassword()
protected void handleEmbeddedResource(TikaInputStream resource, String filename, String relationshipID, String mediaType, XHTMLContentHandler xhtml, boolean outputHtml) throws IOException, SAXException, TikaException
IOException
SAXException
TikaException
protected void handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir, XHTMLContentHandler xhtml) throws IOException, SAXException, TikaException
IOException
SAXException
TikaException
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.