java.lang.Object | |||
↳ | org.apache.xerces.dom.CoreDOMImplementationImpl | ||
↳ | org.apache.xerces.dom.DOMImplementationImpl | ||
↳ | org.apache.html.dom.HTMLDOMImplementationImpl |
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
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new HTML document of the specified TITLE text.
| |||||||||||
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a new HTML document of the specified TITLE text.
title | The document title text |
---|
DOMException |
---|
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.