Package org.apache.tika.parser.microsoft
Interface Cell
- 
- All Known Implementing Classes:
- CellDecorator,- LinkedCell,- NumberCell,- TextCell
 
 public interface CellCell of content. Classes that implement this interface are used by Tika parsers (currently just the MS Excel parser) to keep track of individual pieces of content before they are rendered to the XHTML SAX event stream.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(XHTMLContentHandler handler)Renders the content to the given XHTML SAX event stream.
 
- 
- 
- 
Method Detail- 
rendervoid render(XHTMLContentHandler handler) throws SAXException Renders the content to the given XHTML SAX event stream.- Parameters:
- handler-
- Throws:
- SAXException
 
 
- 
 
-