Xerces 3.1.1 API: D-Index
A B C D E F G H I J K L M N O P R S T U V 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.
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).
DefaultHandler - class org.xml.sax.helpers.DefaultHandler .Default base class for SAX2 event handlers. DefaultHandler() -
Constructor for class org.xml.sax.helpers.DefaultHandler
DEFERRED -
Static variable in class com.ibm.xml.parsers.NonValidatingDOMParser
Deprecated. Represents deferred DOM Node expansion of Node objects and data.
DeferredAttrImpl - class org.apache.xerces.dom.DeferredAttrImpl .Attribute represents an XML-style attribute of an
Element. DeferredAttrNSImpl - class org.apache.xerces.dom.DeferredAttrNSImpl .DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to
AttrImpl. DeferredCDATASectionImpl - class org.apache.xerces.dom.DeferredCDATASectionImpl .XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place. DeferredCommentImpl - class org.apache.xerces.dom.DeferredCommentImpl .Represents an XML (or HTML) comment. DeferredDocumentImpl - class org.apache.xerces.dom.DeferredDocumentImpl .The Document interface represents the entire HTML or XML document. DeferredDocumentImpl(StringPool) -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(StringPool, boolean) -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(StringPool, boolean, boolean) -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
Experimental constructor.
DeferredDocumentTypeImpl - class org.apache.xerces.dom.DeferredDocumentTypeImpl .This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD). DeferredElementDefinitionImpl - class org.apache.xerces.dom.DeferredElementDefinitionImpl .NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type. DeferredElementImpl - class org.apache.xerces.dom.DeferredElementImpl .Elements represent most of the "markup" and structure of the
document. DeferredElementNSImpl - class org.apache.xerces.dom.DeferredElementNSImpl .DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to
ElementImpl. DeferredEntityImpl - class org.apache.xerces.dom.DeferredEntityImpl .Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed. DeferredEntityReferenceImpl - class org.apache.xerces.dom.DeferredEntityReferenceImpl .EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM. DeferredNode - interface org.apache.xerces.dom.DeferredNode .An interface for deferred node object. DeferredNotationImpl - class org.apache.xerces.dom.DeferredNotationImpl .Notations are how the Document Type Description (DTD) records hints
about the format of an XML "unparsed entity" -- in other words,
non-XML data bound to this document type, which some applications
may wish to consult when manipulating the document. DeferredProcessingInstructionImpl - class org.apache.xerces.dom.DeferredProcessingInstructionImpl .Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content. DeferredTextImpl - class org.apache.xerces.dom.DeferredTextImpl .Text nodes hold the non-markup, non-Entity content of
an Element or Attribute. deleteCaption() -
Method in class org.apache.html.dom.HTMLTableElementImpl
deleteCaption() -
Method in interface org.w3c.dom.html.HTMLTableElement
Delete the table caption, if one exists.
deleteCell(int) -
Method in class org.apache.html.dom.HTMLTableRowElementImpl
deleteCell(int) -
Method in interface org.w3c.dom.html.HTMLTableRowElement
Delete a cell from the current row.
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.
deleteRow(int) -
Method in class org.apache.html.dom.HTMLTableElementImpl
deleteRow(int) -
Method in class org.apache.html.dom.HTMLTableSectionElementImpl
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 class org.apache.html.dom.HTMLTableElementImpl
deleteTFoot() -
Method in interface org.w3c.dom.html.HTMLTableElement
Delete the footer from the table, if one exists.
deleteTHead() -
Method in class org.apache.html.dom.HTMLTableElementImpl
deleteTHead() -
Method in interface org.w3c.dom.html.HTMLTableElement
Delete the header from the table, if one exists.
detach() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
detach() -
Method in class org.apache.xerces.dom.RangeImpl
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 NodeIterator
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(int) -
Method in class com.ibm.xml.parsers.SAXParser
Deprecated. This function will be called when a <!DOCTYPE...> declaration is
encountered.
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
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
.
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 .DOMParser provides a parser which produces a W3C DOM tree as its output DOMParser - class com.ibm.xml.parsers.DOMParser .Deprecated. The W3C's DOM L3 working group will specify a standardized API for
parser instantiation. XML4J and Xerces will switch to this API
when it becomes available DOMParser() -
Constructor for class org.apache.xerces.parsers.DOMParser
Default constructor.
DOMParser() -
Constructor for class com.ibm.xml.parsers.DOMParser
Deprecated.
DOMSerializer - interface org.apache.xml.serialize.DOMSerializer .Interface for a DOM serializer implementation. DOMSTRING_SIZE_ERR -
Static variable in class org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString
DTDHandler - interface org.xml.sax.DTDHandler .Receive notification of basic DTD-related events.
A B C D E F G H I J K L M N O P R S T U V W X _