- 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. 
- deleteContents() - Method in interface org.w3c.dom.ranges.Range
- 
Removes the contents of a Range from the containing document or
 document fragment without returning a reference to the removed
 content. 
- 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 oldMediumfrom 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. 
- DERIVATION_EXTENSION - Static variable in interface org.w3c.dom.TypeInfo
- 
- DERIVATION_LIST - Static variable in interface org.w3c.dom.TypeInfo
- 
- DERIVATION_RESTRICTION - Static variable in interface org.w3c.dom.TypeInfo
- 
If the document's schema is an XML Schema [ XML Schema Part 1]
 , this constant represents the derivation by  restriction if complex types are involved, or a  restriction if simple types are involved. 
- DERIVATION_UNION - Static variable in interface org.w3c.dom.TypeInfo
- 
If the document's schema is an XML Schema [ XML Schema Part 1]
 , this constant represents the  union if simple types are involved. 
- detach() - Method in interface org.w3c.dom.ranges.Range
- 
Called to indicate that the Range is no longer in use and that the
 implementation may relinquish any resources associated with this
 Range. 
- detach() - Method in interface org.w3c.dom.traversal.NodeIterator
- 
Detaches the NodeIteratorfrom the set which it iterated
 over, releasing any computational resources and placing theNodeIteratorin the INVALID state.
 
- dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
- 
This method allows the dispatch of events into the implementations
 event model. 
- Document - Interface in org.w3c.dom
- 
The Documentinterface represents the entire HTML or XML
 document.
 
- 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_POSITION_CONTAINED_BY - Static variable in interface org.w3c.dom.Node
- 
The node is contained by the reference node. 
- DOCUMENT_POSITION_CONTAINS - Static variable in interface org.w3c.dom.Node
- 
The node contains the reference node. 
- DOCUMENT_POSITION_DISCONNECTED - Static variable in interface org.w3c.dom.Node
- 
The two nodes are disconnected. 
- DOCUMENT_POSITION_FOLLOWING - Static variable in interface org.w3c.dom.Node
- 
The node follows the reference node. 
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in interface org.w3c.dom.Node
- 
The determination of preceding versus following is
 implementation-specific. 
- DOCUMENT_POSITION_PRECEDING - Static variable in interface org.w3c.dom.Node
- 
The second node precedes the reference node. 
- DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
- 
The node is a DocumentType.
 
- DocumentCSS - Interface in org.w3c.dom.css
- 
This interface represents a document with a CSS view. 
- DocumentEvent - Interface in org.w3c.dom.events
- 
The DocumentEventinterface provides a mechanism by which the
 user can create an Event of a type supported by the implementation.
 
- DocumentFragment - Interface in org.w3c.dom
- 
DocumentFragmentis a "lightweight" or "minimal"Documentobject.
 
- DocumentRange - Interface in org.w3c.dom.ranges
- 
- DocumentStyle - Interface in org.w3c.dom.stylesheets
- 
The DocumentStyleinterface provides a mechanism by which the
 style sheets embedded in a document can be retrieved.
 
- DocumentTraversal - Interface in org.w3c.dom.traversal
- 
DocumentTraversalcontains methods that createNodeIteratorsandTreeWalkersto traverse a
 node and its children in document order (depth first, pre-order
 traversal, which is equivalent to the order in which the start tags occur
 in the text representation of the document).
 
- DocumentType - Interface in org.w3c.dom
- 
Each Documenthas adoctypeattribute whose value
 is eithernullor aDocumentTypeobject.
 
- DocumentView - Interface in org.w3c.dom.views
- 
The DocumentViewinterface is implemented byDocumentobjects in DOM implementations supporting DOM
 Views.
 
- DOMAccessException - Exception in com.sun.java.browser.dom
-  
- DOMAccessException() - Constructor for exception com.sun.java.browser.dom.DOMAccessException
- 
Constructs a new DOMAccessException with no detail message. 
- DOMAccessException(String) - Constructor for exception com.sun.java.browser.dom.DOMAccessException
- 
Constructs a new DOMAccessException with the given detail message. 
- DOMAccessException(Exception) - Constructor for exception com.sun.java.browser.dom.DOMAccessException
- 
Constructs a new DOMAccessException with the given exception as a root clause. 
- DOMAccessException(Exception, String) - Constructor for exception 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 in com.sun.java.browser.dom
-  
- DOMAction - Interface in com.sun.java.browser.dom
-  
- DOMConfiguration - Interface in org.w3c.dom
- 
The DOMConfigurationinterface represents the configuration
 of a document and maintains a table of recognized parameters.
 
- DOMError - Interface in org.w3c.dom
- 
DOMErroris an interface that describes an error.
 
- DOMErrorHandler - Interface in org.w3c.dom
- 
DOMErrorHandleris a callback interface that the DOM
 implementation can call when reporting errors that happens while
 processing XML data, or when doing some other processing (e.g.
 
- DOMException - Exception in org.w3c.dom
- 
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 exception org.w3c.dom.DOMException
-  
- DOMImplementation - Interface in org.w3c.dom
- 
The DOMImplementationinterface provides a number of methods
 for performing operations that are independent of any particular instance
 of the document object model.
 
- DOMImplementationCSS - Interface in org.w3c.dom.css
- 
This interface allows the DOM user to create a CSSStyleSheetoutside the context of a document.
 
- DOMImplementationList - Interface in org.w3c.dom
- 
The DOMImplementationListinterface provides the abstraction
 of an ordered collection of DOM implementations, without defining or
 constraining how this collection is implemented.
 
- DOMImplementationLS - Interface in org.w3c.dom.ls
- 
DOMImplementationLScontains the factory methods for creating
 Load and Save objects.
 
- DOMImplementationRegistry - Class in org.w3c.dom.bootstrap
- 
A factory that enables applications to obtain instances of
 DOMImplementation.
 
- DOMImplementationSource - Interface in org.w3c.dom
- 
This interface permits a DOM implementer to supply one or more
 implementations, based upon requested features and versions, as specified
 in  DOM
 Features. 
- DOMLocator - Interface in org.w3c.dom
- 
DOMLocatoris an interface that describes a location (e.g.
 
- DOMService - Class in com.sun.java.browser.dom
-  
- DOMService() - Constructor for class com.sun.java.browser.dom.DOMService
- 
An empty constructor is provided. 
- DOMServiceProvider - Class in com.sun.java.browser.dom
-  
- DOMServiceProvider() - Constructor for class com.sun.java.browser.dom.DOMServiceProvider
- 
An empty constructor is provided. 
- DOMSTRING_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
- 
If the specified range of text does not fit into a
 DOMString.
 
- DOMStringList - Interface in org.w3c.dom
- 
The DOMStringListinterface provides the abstraction of an
 ordered collection ofDOMStringvalues, without defining or
 constraining how this collection is implemented.
 
- DOMUnsupportedException - Exception in com.sun.java.browser.dom
-  
- DOMUnsupportedException() - Constructor for exception com.sun.java.browser.dom.DOMUnsupportedException
- 
Constructs a new DOMUnsupportedException with no detail message. 
- DOMUnsupportedException(String) - Constructor for exception com.sun.java.browser.dom.DOMUnsupportedException
- 
Constructs a new DOMUnsupportedException with the given detail message. 
- DOMUnsupportedException(Exception) - Constructor for exception com.sun.java.browser.dom.DOMUnsupportedException
- 
Constructs a new DOMUnsupportedException with the given exception as a root clause. 
- DOMUnsupportedException(Exception, String) - Constructor for exception com.sun.java.browser.dom.DOMUnsupportedException
- 
Constructs a new DOMUnsupportedException with the given exception as a root clause and the given detail message.