Interface OOXMLExtractor
- All Known Implementing Classes:
AbstractOOXMLExtractor,POIXMLTextExtractorDecorator,SXSLFPowerPointExtractorDecorator,SXWPFWordExtractorDecorator,XPSExtractorDecorator,XSLFPowerPointExtractorDecorator,XSSFBExcelExtractorDecorator,XSSFExcelExtractorDecorator,XWPFWordExtractorDecorator
public interface OOXMLExtractor
Interface implemented by all Tika OOXML extractors.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the opened document.POIXMLTextExtractor.getMetadataTextExtractor()not yet supported for OOXML by POI.voidgetXHTML(ContentHandler handler, Metadata metadata, ParseContext context) Parses the document into a sequence of XHTML SAX events sent to the given content handler.
-
Method Details
-
getDocument
POIXMLDocument getDocument()Returns the opened document.- See Also:
-
getMetadataExtractor
MetadataExtractor getMetadataExtractor()POIXMLTextExtractor.getMetadataTextExtractor()not yet supported for OOXML by POI. -
getXHTML
void getXHTML(ContentHandler handler, Metadata metadata, ParseContext context) throws SAXException, XmlException, IOException, TikaException Parses the document into a sequence of XHTML SAX events sent to the given content handler.
-