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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellDecorator
public CellDecorator(Cell cell)
render
public void render(XHTMLContentHandler handler)
throws SAXException
- Description copied from interface:
Cell
- Renders the content to the given XHTML SAX event stream.
- Specified by:
render
in interface Cell
- Throws:
SAXException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.