public class XmlMatchingStrategy extends java.lang.Object implements MatchingStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
continueMatching(PsiElement start) |
static MatchingStrategy |
getInstance() |
boolean |
shouldSkip(PsiElement element,
PsiElement elementToMatchWith) |
public boolean continueMatching(PsiElement start)
continueMatching
in interface MatchingStrategy
public boolean shouldSkip(PsiElement element, PsiElement elementToMatchWith)
shouldSkip
in interface MatchingStrategy
public static MatchingStrategy getInstance()