org.apache.html.dom

Class HTMLBodyElementImpl

Implemented Interfaces:
Element, HTMLBodyElement, HTMLElement, TypeInfo

public class HTMLBodyElementImpl
extends HTMLElementImpl
implements HTMLBodyElement

Version:
$Revision: 1.9 $ $Date: 2005/04/18 00:36:15 $
Author:
Assaf Arkin
See Also:
org.w3c.dom.html.HTMLBodyElement, org.apache.xerces.dom.ElementImpl

Field Summary

Fields inherited from class org.apache.xerces.dom.ElementImpl

attributes, name

Fields inherited from class org.apache.xerces.dom.ParentNode

fNodeListCache, firstChild, ownerDocument

Constructor Summary

HTMLBodyElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Method Summary

String
getALink()
String
getBackground()
String
getBgColor()
String
getLink()
String
getText()
String
getVLink()
void
setALink(String aLink)
void
setBackground(String background)
void
setBgColor(String bgColor)
void
setLink(String link)
void
setText(String text)
void
setVLink(String vLink)

Methods inherited from class org.apache.html.dom.HTMLElementImpl

getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle

Methods inherited from class org.apache.xerces.dom.ElementImpl

cloneNode, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setReadOnly, setXercesAttributeNode, setupDefaultAttributes, synchronizeData

Methods inherited from class org.apache.xerces.dom.ParentNode

cloneNode, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, isEqualNode, item, normalize, removeChild, replaceChild, setReadOnly, setTextContent, synchronizeChildren

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()

getBackground

public String getBackground()

getBgColor

public String getBgColor()

getLink

public String getLink()

getText

public String getText()

getVLink

public String getVLink()

setALink

public void setALink(String aLink)

setBackground

public void setBackground(String background)

setBgColor

public void setBgColor(String bgColor)

setLink

public void setLink(String link)

setText

public void setText(String text)

setVLink

public void setVLink(String vLink)

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.