Uses of Class
org.apache.tika.sax.XHTMLContentHandler

Packages that use XHTMLContentHandler
org.apache.tika.parser.microsoft   
org.apache.tika.parser.microsoft.ooxml   
 

Uses of XHTMLContentHandler in org.apache.tika.parser.microsoft
 

Methods in org.apache.tika.parser.microsoft with parameters of type XHTMLContentHandler
protected  void ExcelExtractor.parse(org.apache.poi.poifs.filesystem.POIFSFileSystem filesystem, XHTMLContentHandler xhtml, java.util.Locale locale)
          Extracts text from an Excel Workbook writing the extracted content to the specified Appendable.
 void CellDecorator.render(XHTMLContentHandler handler)
           
 void Cell.render(XHTMLContentHandler handler)
          Renders the content to the given XHTML SAX event stream.
 void NumberCell.render(XHTMLContentHandler handler)
           
 void TextCell.render(XHTMLContentHandler handler)
           
 void LinkedCell.render(XHTMLContentHandler handler)
           
 

Uses of XHTMLContentHandler in org.apache.tika.parser.microsoft.ooxml
 

Methods in org.apache.tika.parser.microsoft.ooxml with parameters of type XHTMLContentHandler
protected abstract  void AbstractOOXMLExtractor.buildXHTML(XHTMLContentHandler xhtml)
          Populates the XHTMLContentHandler object received as parameter.
protected  void XSLFPowerPointExtractorDecorator.buildXHTML(XHTMLContentHandler xhtml)
           
protected  void POIXMLTextExtractorDecorator.buildXHTML(XHTMLContentHandler xhtml)
           
protected  void XSSFExcelExtractorDecorator.buildXHTML(XHTMLContentHandler xhtml)
           
protected  void XWPFWordExtractorDecorator.buildXHTML(XHTMLContentHandler xhtml)
           
 



Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.