Methods in org.apache.tika.parser.microsoft with parameters of type XHTMLContentHandler |
protected void |
OfficeParser.parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
ParseContext context,
Metadata metadata,
XHTMLContentHandler xhtml)
|
protected void |
WordExtractor.parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml)
|
protected void |
HSLFExtractor.parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml)
|
protected void |
ExcelExtractor.parse(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml,
Locale locale)
|
protected void |
WordExtractor.parse(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml)
|
protected void |
HSLFExtractor.parse(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml)
|
protected void |
ExcelExtractor.parse(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml,
Locale locale)
Extracts text from an Excel Workbook writing the extracted content
to the specified Appendable . |
void |
OutlookExtractor.parse(XHTMLContentHandler xhtml,
Metadata metadata)
|
protected void |
WordExtractor.parseWord6(org.apache.poi.poifs.filesystem.DirectoryNode root,
XHTMLContentHandler xhtml)
|
protected void |
WordExtractor.parseWord6(org.apache.poi.poifs.filesystem.NPOIFSFileSystem filesystem,
XHTMLContentHandler xhtml)
|
void |
TextCell.render(XHTMLContentHandler handler)
|
void |
NumberCell.render(XHTMLContentHandler handler)
|
void |
LinkedCell.render(XHTMLContentHandler handler)
|
void |
CellDecorator.render(XHTMLContentHandler handler)
|
void |
Cell.render(XHTMLContentHandler handler)
Renders the content to the given XHTML SAX event stream. |