- All Implemented Interfaces:
Cell
public class TextCell
extends Object
implements Cell
Text cell.
-
Constructor Summary
Constructors
-
Method Summary
void
render(org.apache.tika.sax.XHTMLContentHandler handler)
Renders the content to the given XHTML SAX event stream.
-
-
Method Details
-
render
public void render(org.apache.tika.sax.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
-