org.apache.html.dom
public class HTMLBodyElementImpl extends HTMLElementImpl implements HTMLBodyElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 00:36:15 $
See Also: org.w3c.dom.html.HTMLBodyElement org.apache.xerces.dom.ElementImpl
UNKNOWN:
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) |
Parameters: owner The owner HTML document