Class HtmlMeter

All Implemented Interfaces:
Serializable, Cloneable, LabelableElement, Element, Node

public class HtmlMeter extends HtmlMedia implements LabelableElement
HTML 5 "meter" element.
See Also:
  • Field Details

  • Constructor Details

    • HtmlMeter

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