Class TextCell

  • All Implemented Interfaces:
    Cell

    public class TextCell
    extends java.lang.Object
    implements Cell
    Text cell.
    • Constructor Summary

      Constructors 
      Constructor Description
      TextCell​(java.lang.String text)  
    • 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.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • TextCell

        public TextCell​(java.lang.String text)
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object