Class TableHandler

  • All Implemented Interfaces:
    IDoc, IDocTable, IBaseHandler, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

    public class TableHandler
    extends BaseHandler<TableHandler>
    implements IDocTable
    Node representing an entry in the table.
    • Method Detail

      • startTable

        public void startTable​(org.xml.sax.Attributes attrib)
      • endTable

        public void endTable()
      • startRow

        public void startRow​(org.xml.sax.Attributes attrib)
      • startCaption

        public void startCaption​(org.xml.sax.Attributes attrib)
      • endCaption

        public void endCaption()
      • caption

        public java.lang.String caption()
        Specified by:
        caption in interface IDocTable