Eclipse Platform
2.1

Uses of Package
org.w3c.dom

Packages that use org.w3c.dom
org.w3c.dom Document Object Model Level 2 Core is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content and structure of documents. 
org.w3c.dom.events Document Object Model Level 2 Events is a platform and language-neutral interface that gives to programs and scripts a generic event system. 
org.w3c.dom.html The goals of the HTML-specific DOM API are to specialize and add functionality that relates specifically to HTML documents and elements; to address issues of backwards compatibility with the DOM Level 0; and to provide convenience mechanisms, where appropriate, for common and frequent operations on HTML documents. 
org.w3c.dom.ranges Document Object Model Level 2 Traversal and Range is a platform and language-neutral interfaces that allow programs and scripts to dynamically traverse and identify a range of content in a document. 
org.w3c.dom.traversal Document Object Model Level 2 Traversal and Range is a platform and language-neutral interfaces that allow programs and scripts to dynamically traverse and identify a range of content in a document. 
 

Classes in org.w3c.dom used by org.w3c.dom
CharacterData
          The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the 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).
Node
          The Node interface is the primary datatype for the entire Document Object Model.
Text
          The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
 

Classes in org.w3c.dom used by org.w3c.dom.events
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).
 

Classes in org.w3c.dom used by org.w3c.dom.html
Document
          The Document interface represents the entire HTML or XML document.
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).
DOMImplementation
          The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
Element
          The Element interface represents an element in an HTML or XML document.
Node
          The Node interface is the primary datatype for the entire Document Object Model.
 

Classes in org.w3c.dom used by org.w3c.dom.ranges
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).
 

Classes in org.w3c.dom used by org.w3c.dom.traversal
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).
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.