Class HTMLBodyElementImpl

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLBodyElementImpl
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, org.w3c.dom.html.HTMLBodyElement, org.w3c.dom.html.HTMLElement, Node, NodeList, TypeInfo

public class HTMLBodyElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLBodyElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Revision: 1029415 $ $Date: 2010-10-31 22:32:22 +0530 (Sun, 31 Oct 2010) $
Author:
Assaf Arkin
See Also:
  • Constructor Details

    • HTMLBodyElementImpl

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

    • 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