Class HTMLBodyElementImpl

    • Constructor Detail

      • HTMLBodyElementImpl

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

      • getALink

        public String getALink()
        Specified by:
        getALink in interface org.w3c.dom.html.HTMLBodyElement
      • setALink

        public void setALink​(String aLink)
        Specified by:
        setALink in interface org.w3c.dom.html.HTMLBodyElement
      • getBackground

        public String getBackground()
        Specified by:
        getBackground in interface org.w3c.dom.html.HTMLBodyElement
      • setBackground

        public void setBackground​(String background)
        Specified by:
        setBackground in interface org.w3c.dom.html.HTMLBodyElement
      • getBgColor

        public String getBgColor()
        Specified by:
        getBgColor in interface org.w3c.dom.html.HTMLBodyElement
      • setBgColor

        public void setBgColor​(String bgColor)
        Specified by:
        setBgColor in interface org.w3c.dom.html.HTMLBodyElement
      • getLink

        public String getLink()
        Specified by:
        getLink in interface org.w3c.dom.html.HTMLBodyElement
      • setLink

        public void setLink​(String link)
        Specified by:
        setLink in interface org.w3c.dom.html.HTMLBodyElement
      • getText

        public String getText()
        Specified by:
        getText in interface org.w3c.dom.html.HTMLBodyElement
      • setText

        public void setText​(String text)
        Specified by:
        setText in interface org.w3c.dom.html.HTMLBodyElement
      • getVLink

        public String getVLink()
        Specified by:
        getVLink in interface org.w3c.dom.html.HTMLBodyElement
      • setVLink

        public void setVLink​(String vLink)
        Specified by:
        setVLink in interface org.w3c.dom.html.HTMLBodyElement