Class HtmlTableFooter

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlTableFooter extends TableRowGroup
Wrapper for the HTML element "tfoot".
See Also:
  • Field Details

  • Constructor Details

    • HtmlTableFooter

      HtmlTableFooter(String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
      Creates an instance of HtmlTableFooter
      Parameters:
      qualifiedName - the qualified name of the element type to instantiate
      page - the HtmlPage that contains this element
      attributes - the initial attributes
  • Method Details