All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addMessage(PsiElement context,
java.lang.String message,
Validator.ValidationHost.ErrorType type) |
void |
addMessageWithFixes(PsiElement context,
java.lang.String message,
Validator.ValidationHost.ErrorType type,
IntentionAction... fixes) |
boolean |
analyze(PsiFile file,
boolean updateWholeFile,
HighlightInfoHolder holder,
java.lang.Runnable action) |
HighlightVisitor |
clone() |
static java.lang.String |
getErrorDescription(PsiReference reference) |
static java.lang.String |
getUnquotedValue(XmlAttributeValue value,
XmlTag tag) |
static boolean |
hasBadResolve(PsiReference reference,
boolean checkSoft) |
static boolean |
isInjectedWithoutValidation(PsiElement element) |
static boolean |
isUrlReference(PsiReference reference) |
static void |
setDoJaxpTesting(boolean doJaxpTesting) |
static void |
setSkipValidation(PsiElement element) |
static boolean |
shouldBeValidated(XmlTag tag) |
static boolean |
skipValidation(PsiElement context) |
boolean |
suitableForFile(PsiFile file) |
void |
visit(PsiElement element) |
void |
visitXmlAttribute(XmlAttribute attribute) |
void |
visitXmlAttributeValue(XmlAttributeValue value) |
void |
visitXmlDoctype(XmlDoctype xmlDoctype) |
void |
visitXmlDocument(XmlDocument document) |
void |
visitXmlProcessingInstruction(XmlProcessingInstruction processingInstruction) |
void |
visitXmlTag(XmlTag tag) |
void |
visitXmlToken(XmlToken token) |