java.lang.Object | |
↳ | com.sun.java.browser.dom.DOMServiceProvider |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
An empty constructor is provided.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the DOMService can determine the association
between the obj and the underlying DOM in the browser.
| |||||||||||
Returns the DOMImplemenation object of the DOM.
| |||||||||||
Returns the Document object of the DOM.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
An empty constructor is provided. Implementations should provide a public constructor so that the DOMService can instantiate instances of the implementation class. Application programmers should not be able to directly construct implementation subclasses of this abstract subclass. The only way an application should be able to obtain a reference to a DOMServiceProvider implementation instance is by using the appropriate methods of the DOMService.
Returns true if the DOMService can determine the association between the obj and the underlying DOM in the browser.
Returns the DOMImplemenation object of the DOM.
Returns the Document object of the DOM.
DOMUnsupportedException |
---|