JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Package
org.w3c.dom

Packages that use org.w3c.dom
javax.imageio.metadata A package of the Java Image I/O API dealing with reading and writing metadata. 
org.w3c.dom Provides the interfaces for the Document Object Model (DOM) which is a component API of the Java API for XML Processing
 

Classes in org.w3c.dom used by javax.imageio.metadata
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).
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.
NodeList
          The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
 

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.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.