public abstract class DOMServiceProvider extends Object
| Constructor | Description |
|---|---|
DOMServiceProvider() |
An empty constructor is provided.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
canHandle(Object obj) |
Returns true if the DOMService can determine the association
between the obj and the underlying DOM in the browser.
|
abstract Document |
getDocument(Object obj) |
Returns the Document object of the DOM.
|
abstract DOMImplementation |
getDOMImplementation() |
Returns the DOMImplemenation object of the DOM.
|
public DOMServiceProvider()
public abstract boolean canHandle(Object obj)
public abstract Document getDocument(Object obj) throws DOMUnsupportedException
DOMUnsupportedExceptionpublic abstract DOMImplementation getDOMImplementation()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2025, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.