Package org.apache.tika.parser.microsoft
Class CellDecorator
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.CellDecorator
 
- 
- All Implemented Interfaces:
- Cell
 - Direct Known Subclasses:
- LinkedCell
 
 public class CellDecorator extends Object implements Cell Cell decorator.
- 
- 
Constructor SummaryConstructors Constructor Description CellDecorator(Cell cell)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(XHTMLContentHandler handler)Renders the content to the given XHTML SAX event stream.
 
- 
- 
- 
Constructor Detail- 
CellDecoratorpublic CellDecorator(Cell cell) 
 
- 
 - 
Method Detail- 
renderpublic void render(XHTMLContentHandler handler) throws SAXException Description copied from interface:CellRenders the content to the given XHTML SAX event stream.- Specified by:
- renderin interface- Cell
- Throws:
- SAXException
 
 
- 
 
-