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
Linked cell. This class decorates another content cell with a hyperlink.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(XHTMLContentHandler handler) Renders the content to the given XHTML SAX event stream.
-
Constructor Details
-
LinkedCell
-
-
Method Details
-
render
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
-