Class HTMLBRElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLBRElement, org.w3c.dom.html.HTMLElement, Node, NodeList, TypeInfo

public class HTMLBRElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLBRElement
See Also:
  • Constructor Details

    • HTMLBRElementImpl

      public HTMLBRElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getClear

      public String getClear()
      Specified by:
      getClear in interface org.w3c.dom.html.HTMLBRElement
    • setClear

      public void setClear(String clear)
      Specified by:
      setClear in interface org.w3c.dom.html.HTMLBRElement