Uses of Interface
org.aspectj.org.eclipse.jdt.core.jdom.IDOMInitializer
Packages that use IDOMInitializer
Package
Description
Provides a support for Java document manipulation through the JDOM model.
-
Uses of IDOMInitializer in org.aspectj.org.eclipse.jdt.core.jdom
Methods in org.aspectj.org.eclipse.jdt.core.jdom that return IDOMInitializerModifier and TypeMethodDescriptionDOMFactory.createInitializer()Deprecated.DOMFactory.createInitializer(String sourceCode) Deprecated.IDOMFactory.createInitializer()Deprecated.Creates an empty initializer document fragment.IDOMFactory.createInitializer(String sourceCode) Deprecated.Creates an initializer document fragment from the given source code. -
Uses of IDOMInitializer in org.aspectj.org.eclipse.jdt.internal.core.jdom
Methods in org.aspectj.org.eclipse.jdt.internal.core.jdom that return IDOMInitializerModifier and TypeMethodDescriptionDOMBuilder.createInitializer(char[] sourceCode) Deprecated.Creates an INITIALIZER document fragment from the given source.