Package org.apache.tika.parser.microsoft
Class LinkedCell
- java.lang.Object
-
- org.apache.tika.parser.microsoft.CellDecorator
-
- org.apache.tika.parser.microsoft.LinkedCell
-
- All Implemented Interfaces:
Cell
public class LinkedCell extends CellDecorator
Linked cell. This class decorates another content cell with a hyperlink.
-
-
Constructor Summary
Constructors Constructor Description LinkedCell(Cell cell, String link)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(XHTMLContentHandler handler)
Renders the content to the given XHTML SAX event stream.
-
-
-
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 interfaceCell
- Overrides:
render
in classCellDecorator
- Throws:
SAXException
-
-