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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedCell
public LinkedCell(Cell cell,
String link)
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
- Overrides:
render
in class CellDecorator
- Throws:
SAXException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.