public class XmlInspectionSuppressor extends java.lang.Object implements InspectionSuppressor
Constructor and Description |
---|
XmlInspectionSuppressor() |
Modifier and Type | Method and Description |
---|---|
SuppressQuickFix [] |
getSuppressActions(PsiElement element,
java.lang.String toolId) |
boolean |
isSuppressedFor(PsiElement element,
java.lang.String toolId) |
public boolean isSuppressedFor(PsiElement element, java.lang.String toolId)
isSuppressedFor
in interface InspectionSuppressor
CustomSuppressableInspectionTool.isSuppressedFor(PsiElement)
public SuppressQuickFix [] getSuppressActions(PsiElement element, java.lang.String toolId)
getSuppressActions
in interface InspectionSuppressor
BatchSuppressableTool.getBatchSuppressActions(PsiElement)