org.apache.tika.parser.microsoft
Class CellDecorator

java.lang.Object
  extended by org.apache.tika.parser.microsoft.CellDecorator
All Implemented Interfaces:
Cell
Direct Known Subclasses:
LinkedCell

public class CellDecorator
extends Object
implements Cell

Cell decorator.


Constructor Summary
CellDecorator(Cell cell)
           
 
Method Summary
 void render(XHTMLContentHandler handler)
          Renders the content to the given XHTML SAX event stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellDecorator

public CellDecorator(Cell cell)
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.