Package org.apache.any23.validator.rule
Class AboutNotURIRule
- java.lang.Object
-
- org.apache.any23.validator.rule.AboutNotURIRule
-
-
Field Summary
Fields Modifier and Type Field Description static String
NODES_WITH_INVALID_ABOUT
-
Constructor Summary
Constructors Constructor Description AboutNotURIRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
Applies this rule to the given document.String
getHRName()
-
-
-
Field Detail
-
NODES_WITH_INVALID_ABOUT
public static final String NODES_WITH_INVALID_ABOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHRName
public String getHRName()
-
applyOn
public boolean applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
Description copied from interface:Rule
Applies this rule to the given document.
-
-