Class HtmlAudio

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlAudio extends HtmlMedia
Wrapper for the HTML element "Audio".
See Also:
  • Field Details

  • Constructor Details

    • HtmlAudio

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