Class CellDecorator

  • All Implemented Interfaces:
    Cell
    Direct Known Subclasses:
    LinkedCell

    public class CellDecorator
    extends java.lang.Object
    implements Cell
    Cell decorator.
    • Constructor Summary

      Constructors 
      Constructor Description
      CellDecorator​(Cell cell)  
    • 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CellDecorator

        public CellDecorator​(Cell cell)
    • Method Detail

      • render

        public void render​(XHTMLContentHandler handler)
                    throws org.xml.sax.SAXException
        Description copied from interface: Cell
        Renders the content to the given XHTML SAX event stream.
        Specified by:
        render in interface Cell
        Throws:
        org.xml.sax.SAXException