Uses of Interface
org.aspectj.org.eclipse.jdt.core.jdom.IDOMFactory
Packages that use IDOMFactory
Package
Description
Provides a support for Java document manipulation through the JDOM model.
-
Uses of IDOMFactory in org.aspectj.org.eclipse.jdt.core.jdom
Classes in org.aspectj.org.eclipse.jdt.core.jdom that implement IDOMFactoryModifier and TypeClassDescriptionclassDeprecated.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. -
Uses of IDOMFactory in org.aspectj.org.eclipse.jdt.internal.core.jdom
Methods in org.aspectj.org.eclipse.jdt.internal.core.jdom that return IDOMFactoryModifier and TypeMethodDescriptionprotected IDOMFactoryDOMNode.getFactory()Deprecated.Returns a factory with which to create new document fragments.