Eclipse JDT
2.0

Uses of Interface
org.eclipse.jdt.core.jdom.IDOMNode

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

Uses of IDOMNode in org.eclipse.jdt.core.jdom
 

Subinterfaces of IDOMNode in org.eclipse.jdt.core.jdom
 interface IDOMCompilationUnit
          Represents a Java compilation unit (.java source file).
 interface IDOMField
          Represents a field declaration.
 interface IDOMImport
          Represents an import declaration.
 interface IDOMInitializer
          Represents an initializer.
 interface IDOMMember
          An IDOMMember defines functionality common to nodes, which can be members of types.
 interface IDOMMethod
          Represents a method declaration.
 interface IDOMPackage
          Represents a package declaration.
 interface IDOMType
          Represents a source type in a compilation unit, either as a top-level type or a member type.
 


Eclipse JDT
2.0

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