24252627282930
* Represents the root of a HTML document. */ public class BodyNode extends TagNode { public BodyNode() { super(null, "body", new AttributesImpl()); }