Class BodyElement

java.lang.Object

@TagName("body") public class BodyElement extends Element
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 Also: