Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U W X

D

data - Variable in class org.apache.xerces.dom.CharacterDataImpl
 
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.
DeepNodeListImpl - class org.apache.xerces.dom.DeepNodeListImpl.
This class implements the DOM's NodeList behavior for Element.getElementsByTagName()
DeepNodeListImpl(NodeImpl, String) - Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor.
DeepNodeListImpl(NodeImpl, String, String) - Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor for Namespace support.
DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
deleteContents() - Method in class org.apache.xerces.dom.RangeImpl
 
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 class org.apache.xerces.dom.CharacterDataImpl
Remove a range of characters from the node's value.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
detach() - Method in class org.apache.xerces.dom.RangeImpl
 
detach() - Method in class org.apache.xerces.dom.NodeIteratorImpl
 
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 class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations event model.
docElement - Variable in class org.apache.xerces.dom.DocumentImpl
Document element.
docType - Variable in class org.apache.xerces.dom.DocumentImpl
Document type.
doctypeDecl(String, String, String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String) - Method in class org.apache.xerces.parsers.SAXParser
 
doctypeDecl(String, String, String) - Method in class org.apache.xerces.parsers.DOMParser
Notifies of the presence of the DOCTYPE line in the document.
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
 
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.
DocumentFragmentImpl - class org.apache.xerces.dom.DocumentFragmentImpl.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentFragmentImpl() - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Constructor for serialization.
DocumentFragmentImpl(DocumentImpl) - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Factory constructor.
DocumentHandler - interface org.xml.sax.DocumentHandler.
Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DocumentImpl - class org.apache.xerces.dom.DocumentImpl.
The Document interface represents the entire HTML or XML document.
DocumentImpl() - Constructor for class org.apache.xerces.dom.DocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
Experimental constructor.
DocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.DocumentImpl
 
DocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
Experimental constructor.
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.
DocumentTypeImpl - class org.apache.xerces.dom.DocumentTypeImpl.
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
DocumentTypeImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DocumentTypeImpl(DocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DOM_ATTR_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_CHARACTER_DATA_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_INSERTED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_INSERTED_INTO_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_REMOVED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_REMOVED_FROM_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_SUBTREE_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
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
 
DOMExceptionImpl - exception org.apache.xerces.dom.DOMExceptionImpl.
DOMExceptions are thrown when one of the DOM implementation classes discovers an error condition.
DOMExceptionImpl(short, String) - Constructor for class org.apache.xerces.dom.DOMExceptionImpl
Constructs a dom exception.
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.
DOMImplementationImpl - class org.apache.xerces.dom.DOMImplementationImpl.
The DOMImplementation class is description of a particular implementation of the Document Object Model.
DOMImplementationImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationImpl
 
DOMParser - class org.apache.xerces.parsers.DOMParser.
A parser configuration that builds a W3C DOM tree structure from a parse stream.
DOMParser() - Constructor for class org.apache.xerces.parsers.DOMParser
Default constructor.
DOMParser(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.DOMParser
 
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
DTDHandler - interface org.xml.sax.DTDHandler.
Receive notification of basic DTD-related events.
DTDParser - class org.apache.xerces.parsers.DTDParser.
 
DTDParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DTDParser
 

Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U W X