public class HSLFExtractor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.tika.parser.ParseContext |
context |
protected OfficeParserConfig |
officeParserConfig |
protected org.apache.tika.metadata.Metadata |
parentMetadata |
| Constructor and Description |
|---|
HSLFExtractor(org.apache.tika.parser.ParseContext context,
org.apache.tika.metadata.Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.tika.detect.Detector |
getDetector() |
protected org.apache.tika.mime.MimeTypes |
getMimeTypes()
Deprecated.
|
protected String |
getPassword()
Returns the password to be used for this file, or null
if no / default password should be used
|
protected org.apache.tika.config.TikaConfig |
getTikaConfig() |
protected void |
handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
String resourceName,
org.apache.tika.sax.XHTMLContentHandler xhtml)
Handle an office document that's embedded at the POIFS level
|
protected void |
handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
org.apache.tika.sax.XHTMLContentHandler xhtml)
Handle an office document that's embedded at the POIFS level
|
protected void |
handleEmbeddedResource(org.apache.tika.io.TikaInputStream resource,
String filename,
String relationshipID,
org.apache.poi.hpsf.ClassID storageClassID,
String mediaType,
org.apache.tika.sax.XHTMLContentHandler xhtml,
boolean outputHtml) |
protected void |
handleEmbeddedResource(org.apache.tika.io.TikaInputStream resource,
String filename,
String relationshipID,
String mediaType,
org.apache.tika.sax.XHTMLContentHandler xhtml,
boolean outputHtml) |
protected void |
parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
org.apache.tika.sax.XHTMLContentHandler xhtml) |
protected void |
parse(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
org.apache.tika.sax.XHTMLContentHandler xhtml) |
protected final org.apache.tika.metadata.Metadata parentMetadata
protected final OfficeParserConfig officeParserConfig
protected final org.apache.tika.parser.ParseContext context
public HSLFExtractor(org.apache.tika.parser.ParseContext context,
org.apache.tika.metadata.Metadata metadata)
protected void parse(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
org.apache.tika.sax.XHTMLContentHandler xhtml)
throws IOException,
SAXException,
org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionprotected void parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
org.apache.tika.sax.XHTMLContentHandler xhtml)
throws IOException,
SAXException,
org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionprotected org.apache.tika.config.TikaConfig getTikaConfig()
protected org.apache.tika.detect.Detector getDetector()
protected org.apache.tika.mime.MimeTypes getMimeTypes()
embeddedDocumentUtilprotected String getPassword()
protected void handleEmbeddedResource(org.apache.tika.io.TikaInputStream resource,
String filename,
String relationshipID,
String mediaType,
org.apache.tika.sax.XHTMLContentHandler xhtml,
boolean outputHtml)
throws IOException,
SAXException,
org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionprotected void handleEmbeddedResource(org.apache.tika.io.TikaInputStream resource,
String filename,
String relationshipID,
org.apache.poi.hpsf.ClassID storageClassID,
String mediaType,
org.apache.tika.sax.XHTMLContentHandler xhtml,
boolean outputHtml)
throws IOException,
SAXException,
org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionprotected void handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
org.apache.tika.sax.XHTMLContentHandler xhtml)
throws IOException,
SAXException,
org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionprotected void handleEmbeddedOfficeDoc(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
String resourceName,
org.apache.tika.sax.XHTMLContentHandler xhtml)
throws IOException,
SAXException,
org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.