Enhydra 3.1b2 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

D

dagger - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity dagger (?).
Dagger - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Dagger (?).
darr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity darr (?).
dArr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity dArr (?).
debugEnabled() - Method in interface org.enhydra.xml.xmlc.XMLCLogger
 
debugEnabled() - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
 
declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
DeclHandler - interface org.xml.sax.ext.DeclHandler.
SAX2 extension handler for DTD declaration events.
DEFAULT_DEFERRED_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.DOMParser
Default deferred document class name (org.apache.xerces.dom.DeferredDocumentImpl).
DEFAULT_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.DOMParser
Default programmatic document class name (org.apache.xerces.dom.DocumentImpl).
DEFAULT_ENTITY_CATALOG - Static variable in class org.enhydra.xml.io.XMLEntityResolver
URL for Enhydra default entity catalog.
DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
deg - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity deg (°).
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 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.
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.
delta - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity delta (?).
Delta - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Delta (?).
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.
diams - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity diams (?).
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations event model.
divide - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity divide (÷).
DocBuilderGenerator - interface org.enhydra.xml.xmlc.dom.DocBuilderGenerator.
 
doctypeDecl(QName, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the doctype decl is scanned
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_NODE_ID - Static variable in interface org.enhydra.xml.lazydom.LazyNode
Node id returned for the Document node.
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
 
DocumentBuilder - class javax.xml.parsers.DocumentBuilder.
Instances of DocumentBuilder provide a mechansim for parsing XML documents into a DOM document tree represented by an org.w3c.dom.Document object.
DocumentBuilder() - Constructor for class javax.xml.parsers.DocumentBuilder
Implementors of this abstract class are not required to provide a public no-argument constructor, since instantiation is taken care by DocumentBuilderFactory implementations.
DocumentBuilderFactory - class javax.xml.parsers.DocumentBuilderFactory.
The DocumentBuilderFactory defines a factory API that enables applications to configure and obtain a parser to parse XML documents into a DOM Document tree.
DocumentBuilderFactory() - Constructor for class javax.xml.parsers.DocumentBuilderFactory
Implementors of this abstract class must provide their own public no-argument constructor in order for the static newInstance() method to work correctly.
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.
DocumentHandler - interface org.xml.sax.DocumentHandler.
Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DocumentInfo - interface org.enhydra.xml.io.DocumentInfo.
 
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.
doExpandChildren(LazyParent) - Method in class org.enhydra.xml.lazydom.LazyDocument
Do work of expanding the children of a node, if they are not already expanded.
doExpandParent(LazyParent) - Method in class org.enhydra.xml.lazydom.LazyDocument
Do work of expanding the parent of a node, if it is not already expanded.
DOMAccess - class org.enhydra.xml.dom.DOMAccess.
 
DOMAccess(Document) - Constructor for class org.enhydra.xml.dom.DOMAccess
 
DOMError - error org.enhydra.xml.dom.DOMError.
Error for DOM methods.
DOMError(String) - Constructor for class org.enhydra.xml.dom.DOMError
Construct an error without a specified cause.
DOMError(String, Throwable) - Constructor for class org.enhydra.xml.dom.DOMError
Construct an error with an associated causing error.
DOMError(Throwable) - Constructor for class org.enhydra.xml.dom.DOMError
Construct an error from a causing error.
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.
DOMInfo - class org.enhydra.xml.dom.DOMInfo.
Methods to print information out about a DOM.
DOMInfo(int, DOMTraversal, DOMInfoPrinter, PrintWriter) - Constructor for class org.enhydra.xml.dom.DOMInfo
Constructor for derived objects.
DOMInfoPrinter - class org.enhydra.xml.dom.DOMInfoPrinter.
 
DOMInfoPrinter(int, DOMTraversal, PrintWriter) - Constructor for class org.enhydra.xml.dom.DOMInfoPrinter
 
DOMOps - class org.enhydra.xml.dom.DOMOps.
Various static methods the do simple operations on the DOM.
DOMParser - class org.apache.xerces.parsers.DOMParser.
DOMParser provides a parser which produces a W3C DOM tree as its output
DOMParser - class org.enhydra.xml.io.DOMParser.
XML parser that parsers to a DOM.
DOMParser() - Constructor for class org.apache.xerces.parsers.DOMParser
Default constructor.
DOMParser() - Constructor for class org.enhydra.xml.io.DOMParser
 
DOMSerializer - interface org.apache.xml.serialize.DOMSerializer.
Interface for a DOM serializer implementation.
DOMStats - class org.enhydra.xml.dom.DOMStats.
Collect and print statistics on a DOM.
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
DOMTraversal - class org.enhydra.xml.dom.DOMTraversal.
Class that traverse a DOM tree or subtree, calling handler methods for each node.
DOMTraversal.Handler - interface org.enhydra.xml.dom.DOMTraversal.Handler.
Interface for node callback object.
DOMTraversal(DOMTraversal.Handler, int) - Constructor for class org.enhydra.xml.dom.DOMTraversal
Constructor.
DOMTraversal(int) - Constructor for class org.enhydra.xml.dom.DOMTraversal
Default constructor, set handler later.
doSetText(Element, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Used internally to implement a setTextXXX() method.
DTDHandler - interface org.xml.sax.DTDHandler.
Receive notification of basic DTD-related events.

Enhydra 3.1b2 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _