Eclipse JDT
2.1

Uses of Package
org.eclipse.jdt.core.jdom

Packages that use org.eclipse.jdt.core.jdom
org.eclipse.jdt.core.jdom Provides a support for java document manipulation through the JDOM model. 
 

Classes in org.eclipse.jdt.core.jdom used by org.eclipse.jdt.core.jdom
DOMException
          Unchecked exception thrown when an illegal manipulation of the JDOM is performed, or when an attempt is made to access/set an attribute of a JDOM node that source indexes cannot be determined for (in case the source was syntactically incorrect).
IDOMCompilationUnit
          Represents a Java compilation unit (.java source file).
IDOMFactory
          A factory used to create document fragment (DF) nodes.
IDOMField
          Represents a field declaration.
IDOMImport
          Represents an import declaration.
IDOMInitializer
          Represents an initializer.
IDOMMember
          An IDOMMember defines functionality common to nodes, which can be members of types.
IDOMMethod
          Represents a method declaration.
IDOMNode
          Nodes represent structural fragments of a Java source file, also known as document fragments.
IDOMPackage
          Represents a package declaration.
IDOMType
          Represents a source type in a compilation unit, either as a top-level type or a member type.
 


Eclipse JDT
2.1

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