站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java 2 SDK v1.4.2, Java 2 SDK 英文文档

D-Index (Common DOM API) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Common DOM API
A B C D E F G H I L M N O P R S T U V W

D

DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Document.
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentType.
DOMAccessException - exception com.sun.java.browser.dom.DOMAccessException.
 
DOMAccessException() - Constructor for class com.sun.java.browser.dom.DOMAccessException
Constructs a new DOMAccessException with no detail message.
DOMAccessException(String) - Constructor for class com.sun.java.browser.dom.DOMAccessException
Constructs a new DOMAccessException with the given detail message.
DOMAccessException(Exception) - Constructor for class com.sun.java.browser.dom.DOMAccessException
Constructs a new DOMAccessException with the given exception as a root clause.
DOMAccessException(Exception, String) - Constructor for class com.sun.java.browser.dom.DOMAccessException
Constructs a new DOMAccessException with the given exception as a root clause and the given detail message.
DOMAccessor - interface com.sun.java.browser.dom.DOMAccessor.
 
DOMAction - interface com.sun.java.browser.dom.DOMAction.
 
DOMException - exception org.w3c.dom.DOMException.
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException(short, String) - Constructor for class org.w3c.dom.DOMException
 
DOMImplementation - interface org.w3c.dom.DOMImplementation.
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationCSS - interface org.w3c.dom.css.DOMImplementationCSS.
This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString
DOMService - class com.sun.java.browser.dom.DOMService.
 
DOMService() - Constructor for class com.sun.java.browser.dom.DOMService
An empty constructor is provided.
DOMServiceProvider - class com.sun.java.browser.dom.DOMServiceProvider.
 
DOMServiceProvider() - Constructor for class com.sun.java.browser.dom.DOMServiceProvider
An empty constructor is provided.
DOMUnsupportedException - exception com.sun.java.browser.dom.DOMUnsupportedException.
 
DOMUnsupportedException() - Constructor for class com.sun.java.browser.dom.DOMUnsupportedException
Constructs a new DOMUnsupportedException with no detail message.
DOMUnsupportedException(String) - Constructor for class com.sun.java.browser.dom.DOMUnsupportedException
Constructs a new DOMUnsupportedException with the given detail message.
DOMUnsupportedException(Exception) - Constructor for class com.sun.java.browser.dom.DOMUnsupportedException
Constructs a new DOMUnsupportedException with the given exception as a root clause.
DOMUnsupportedException(Exception, String) - Constructor for class com.sun.java.browser.dom.DOMUnsupportedException
Constructs a new DOMUnsupportedException with the given exception as a root clause and the given detail message.
Document - interface org.w3c.dom.Document.
The Document interface represents the entire HTML or XML document.
DocumentCSS - interface org.w3c.dom.css.DocumentCSS.
This interface represents a document with a CSS view.
DocumentEvent - interface org.w3c.dom.events.DocumentEvent.
The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.
DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentStyle - interface org.w3c.dom.stylesheets.DocumentStyle.
The DocumentStyle interface provides a mechanism by which the style sheets embedded in a document can be retrieved.
DocumentType - interface org.w3c.dom.DocumentType.
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DocumentView - interface org.w3c.dom.views.DocumentView.
The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views.
deleteCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
Delete the table caption, if one exists.
deleteCell(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
Delete a cell from the current row.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
Deletes the medium indicated by oldMedium from the list.
deleteRow(int) - Method in interface org.w3c.dom.html.HTMLTableElement
Delete a table row.
deleteRow(int) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Delete a row from this section.
deleteRule(int) - Method in interface org.w3c.dom.css.CSSMediaRule
Used to delete a rule from the media block.
deleteRule(int) - Method in interface org.w3c.dom.css.CSSStyleSheet
Used to delete a rule from the style sheet.
deleteTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
Delete the footer from the table, if one exists.
deleteTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
Delete the header from the table, if one exists.
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations event model.

Common DOM API
A B C D E F G H I L M N O P R S T U V W
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2003 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.