Class CellDecorator

  • All Implemented Interfaces:
    Cell
    Direct Known Subclasses:
    LinkedCell

    public class CellDecorator
    extends Object
    implements Cell
    Cell decorator.
    • Constructor Detail

      • CellDecorator

        public CellDecorator​(Cell cell)
    • 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
        Throws:
        SAXException