Class HtmlProgress

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

public class HtmlProgress extends HtmlElement implements LabelableElement
Wrapper for the HTML element "progress".
See Also:
  • Field Details

  • Constructor Details

    • HtmlProgress

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