Class HTMLBRElementImpl

    • Constructor Detail

      • HTMLBRElementImpl

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

      • 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