public abstract class XmlUndefinedElementFixProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<XmlUndefinedElementFixProvider> |
EP_NAME |
Constructor and Description |
---|
XmlUndefinedElementFixProvider() |
Modifier and Type | Method and Description |
---|---|
IntentionAction [] |
createFixes(XmlAttribute attribute) |
LocalQuickFix [] |
createFixes(XmlTag tag) |
public static final ExtensionPointName<XmlUndefinedElementFixProvider> EP_NAME
public IntentionAction [] createFixes(XmlAttribute attribute)
public LocalQuickFix [] createFixes(XmlTag tag)