Enhydra 3.0.3 API
A B C D E F G H I L M N O P R S T U W X

D

DefaultHTMLDomFactory - class org.enhydra.xml.xmlc.dom.DefaultHTMLDomFactory.
Default DOM factory class for HTML documents.
DefaultHTMLDomFactory() - Constructor for class org.enhydra.xml.xmlc.dom.DefaultHTMLDomFactory
 
DefaultXMLDomFactory - class org.enhydra.xml.xmlc.dom.DefaultXMLDomFactory.
Default DOM factory class for XML documents.
DefaultXMLDomFactory() - Constructor for class org.enhydra.xml.xmlc.dom.DefaultXMLDomFactory
 
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.range.Range
Removes the contents of a range from the containingdocument or document fragment without returning a reference to theremoved content.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteRow(int) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Delete a row from this section.
deleteRow(int) - Method in interface org.w3c.dom.html.HTMLTableElement
Delete a table row.
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.
detach() - Method in interface org.w3c.dom.range.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 iterator from the set which it iterated over, releasing any computational resources and placing the iterator in 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 org.w3c.dom.Document.
The Document interface represents the entire HTML or XML document.
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
 
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
 
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
 
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.
DocumentRange - interface org.w3c.dom.range.DocumentRange.
 
DocumentTraversal - interface org.w3c.dom.traversal.DocumentTraversal.
DocumentTraversal contains methods that create iterators and tree-walkers to 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 org.w3c.dom.DocumentType.
Each Document has a doctype attribute whose value is either null or a DocumentType object.
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
 
DOMFormatter - class org.enhydra.xml.io.DOMFormatter.
Class for formatting DOMs into a documents.
DOMFormatter() - Constructor for class org.enhydra.xml.io.DOMFormatter
Construct a new XML formatter with default output options.
DOMFormatter(OutputOptions) - Constructor for class org.enhydra.xml.io.DOMFormatter
Construct a new XML formatter with the specified output options.
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.
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
dumpAttrs(Node, boolean) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Generate string of attribute names and values, sorted by name.

Enhydra 3.0.3 API
A B C D E F G H I L M N O P R S T U W X