| Package | Description |
|---|---|
| org.apache.tika.extractor |
Extraction of component documents.
|
| org.apache.tika.parser.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
ParsingEmbeddedDocumentExtractor
Helper class for parsers of package archives or other compound document
formats that support embedded or attached component documents.
|
| Modifier and Type | Field and Description |
|---|---|
private EmbeddedDocumentExtractor |
EmbeddedDocumentUtil.embeddedDocumentExtractor |
| Modifier and Type | Method and Description |
|---|---|
private EmbeddedDocumentExtractor |
EmbeddedDocumentUtil.getEmbeddedDocumentExtractor() |
static EmbeddedDocumentExtractor |
EmbeddedDocumentUtil.getEmbeddedDocumentExtractor(ParseContext context)
This offers a uniform way to get an EmbeddedDocumentExtractor from a ParseContext.
|
| Modifier and Type | Field and Description |
|---|---|
private EmbeddedDocumentExtractor |
FictionBookParser.BinaryElementsDataHandler.partExtractor |
| Constructor and Description |
|---|
BinaryElementsDataHandler(EmbeddedDocumentExtractor partExtractor,
org.xml.sax.ContentHandler handler) |