public class

HTMLDOMImplementationImpl

extends DOMImplementationImpl
implements HTMLDOMImplementation
java.lang.Object
   ↳ org.apache.xerces.dom.CoreDOMImplementationImpl
     ↳ org.apache.xerces.dom.DOMImplementationImpl
       ↳ org.apache.html.dom.HTMLDOMImplementationImpl

Class Overview

Provides number of methods for performing operations that are independent of any particular instance of the document object model. This class is unconstructable, the only way to obtain an instance of a DOM implementation is by calling the static method getDOMImplementation().@xerces.internal

See Also
  • org.w3c.dom.DOMImplementation

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.ls.DOMImplementationLS
Public Methods
final HTMLDocument createHTMLDocument(String title)
Create a new HTML document of the specified TITLE text.
static HTMLDOMImplementation getHTMLDOMImplementation()
Returns an instance of a HTMLDOMImplementation that can be used to perform operations that are not specific to a particular document instance, e.g.
[Expand]
Inherited Methods
From class org.apache.xerces.dom.DOMImplementationImpl
From class org.apache.xerces.dom.CoreDOMImplementationImpl
From class java.lang.Object
From interface org.w3c.dom.DOMImplementation
From interface org.w3c.dom.html.HTMLDOMImplementation
From interface org.w3c.dom.ls.DOMImplementationLS

Public Methods

public final HTMLDocument createHTMLDocument (String title)

Create a new HTML document of the specified TITLE text.

Parameters
title The document title text
Returns
  • New HTML document
Throws
DOMException

public static HTMLDOMImplementation getHTMLDOMImplementation ()

Returns an instance of a HTMLDOMImplementation that can be used to perform operations that are not specific to a particular document instance, e.g. to create a new document.

Returns
  • Reference to a valid DOM implementation