Class HtmlSource

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlSource extends HtmlElement
Wrapper for the HTML element "source".
See Also:
  • Field Details

  • Constructor Details

    • HtmlSource

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