Eclipse JDT
2.0

Package org.eclipse.jdt.core.jdom

Provides a support for java document manipulation through the JDOM model.

See:
          Description

Interface Summary
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.
 

Class Summary
DOMFactory Standard implementation of IDOMFactory, and the only means of creating JDOMs and document fragments.
 

Exception Summary
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).
 

Package org.eclipse.jdt.core.jdom Description

Provides a support for java document manipulation through the JDOM model.

Package Specification

This package provides a support for java document manipulation throught the JDOM model.


Eclipse JDT
2.0

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