Java org.w3c.dom.html HTMLDocument fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.html HTMLDocument fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.html HTMLDocument.

The text is from its open source code.

Method

NodeappendChild(Node newChild)
Adds the node newChild to the end of the list of children of this node.
DocumentFragmentcreateDocumentFragment()
Creates an empty DocumentFragment object.
TextcreateTextNode(String data)
Creates a Text node given the specified string.
HTMLElementgetBody()
The element that contains the content for the document.