Class LinkedCell

  • All Implemented Interfaces:
    Cell

    public class LinkedCell
    extends CellDecorator
    Linked cell. This class decorates another content cell with a hyperlink.
    • Constructor Detail

      • LinkedCell

        public LinkedCell​(Cell cell,
                          String link)
    • Method Detail

      • 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
        Overrides:
        render in class CellDecorator
        Throws:
        SAXException