|
Common DOM API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.java.browser.dom.DOMServiceProvider
public abstract class DOMServiceProvider
Constructor Summary | |
---|---|
DOMServiceProvider()
An empty constructor is provided. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMServiceProvider()
Method Detail |
---|
public abstract boolean canHandle(Object obj)
public abstract Document getDocument(Object obj) throws DOMUnsupportedException
DOMUnsupportedException
public abstract DOMImplementation getDOMImplementation()
|
Common DOM API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |