Common DOM API

com.sun.java.browser.dom
Interface DOMAccessor


public interface DOMAccessor


Method Summary
 Document getDocument(Object obj)
          Returns the Document object of the DOM.
 DOMImplementation getDOMImplementation()
          Returns a DOMImplementation object.
 

Method Detail

getDocument

Document getDocument(Object obj)
                     throws DOMException
Returns the Document object of the DOM.

Throws:
DOMException

getDOMImplementation

DOMImplementation getDOMImplementation()
Returns a DOMImplementation object.


Common DOM API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.