Class DOMFactory

java.lang.Object
org.aspectj.org.eclipse.jdt.core.jdom.DOMFactory
All Implemented Interfaces:
IDOMFactory

public class DOMFactory extends Object implements IDOMFactory
Deprecated.
The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
Standard implementation of IDOMFactory, and the only means of creating JDOMs and document fragments.

This class may be instantiated.