public static class XmlTagRuleProviderBase.ConditionRule extends XmlTagRuleProvider.Rule
EMPTY_ARRAY
Constructor and Description |
---|
ConditionRule(Condition<? super XmlTag> condition,
XmlTagRuleProviderBase.Effect... effect) |
Modifier and Type | Method and Description |
---|---|
void |
annotate(XmlTag tag,
ProblemsHolder holder) |
needAtLeastOneAttribute
public ConditionRule(Condition<? super XmlTag> condition, XmlTagRuleProviderBase.Effect... effect)
public void annotate(XmlTag tag, ProblemsHolder holder)
annotate
in class XmlTagRuleProvider.Rule