Module jdk.xml.dom

Interface HTMLBodyElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLBodyElement extends HTMLElement
The HTML document body. This element is always present in the DOM API, even if the tags are not present in the source document. See the BODY element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Since:
1.4, DOM Level 2