XML Parser for Java 1.1.9
A B C D E F G H I L M N O P Q R S T U V W X

D

deleteData(int, int) - Method in class com.ibm.xml.parser.TXCharacterData
Delete characters at the specified character offset.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of characters from the node.
doctype - Variable in class com.ibm.xml.parser.util.HTMLPrintVisitor
 
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
 
DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentHandler - interface org.xml.sax.DocumentHandler.
Receive notification of general document events.
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
 
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
 
DTD - class com.ibm.xml.parser.DTD.
The DTD class implements the DocumentType interface as defined by the Document Object Model (DOM).
DTD() - Constructor for class com.ibm.xml.parser.DTD
Constructor.
DTD(String, ExternalID) - Constructor for class com.ibm.xml.parser.DTD
Constructor.
DTDHandler - interface org.xml.sax.DTDHandler.
Receive notification of basic DTD-related events.

XML Parser for Java 1.1.9
A B C D E F G H I L M N O P Q R S T U V W X