Class HTMLBRElementImpl

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

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

      • HTMLBRElementImpl

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

      • getClear

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

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