Uses of Interface
org.apache.any23.validator.ValidationReportBuilder
-
Packages that use ValidationReportBuilder Package Description org.apache.any23.validator org.apache.any23.validator.rule -
-
Uses of ValidationReportBuilder in org.apache.any23.validator
Classes in org.apache.any23.validator that implement ValidationReportBuilder Modifier and Type Class Description class
DefaultValidationReportBuilder
Default implementation ofValidationReportBuilder
.Methods in org.apache.any23.validator with parameters of type ValidationReportBuilder Modifier and Type Method Description boolean
Rule. applyOn(DOMDocument document, RuleContext<?> context, ValidationReportBuilder validationReportBuilder)
Applies this rule to the given document. -
Uses of ValidationReportBuilder in org.apache.any23.validator.rule
Methods in org.apache.any23.validator.rule with parameters of type ValidationReportBuilder Modifier and Type Method Description boolean
AboutNotURIRule. applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
boolean
MetaNameMisuseRule. applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
boolean
MissingItemscopeAttributeValueRule. applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
boolean
MissingOpenGraphNamespaceRule. applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)
-