Uses of Interface
org.apache.any23.validator.DOMDocument
-
Packages that use DOMDocument Package Description org.apache.any23.validator org.apache.any23.validator.rule -
-
Uses of DOMDocument in org.apache.any23.validator
Classes in org.apache.any23.validator that implement DOMDocument Modifier and Type Class Description classDefaultDOMDocumentThis class wraps the DOM document.Methods in org.apache.any23.validator with parameters of type DOMDocument Modifier and Type Method Description booleanRule. applyOn(DOMDocument document, RuleContext<?> context, ValidationReportBuilder validationReportBuilder)Applies this rule to the given document.voidFix. execute(Rule rule, RuleContext context, DOMDocument document)Executes this fix over a document.ValidationReportDefaultValidator. validate(DOMDocument document, boolean applyFix)ValidationReportValidator. validate(DOMDocument document, boolean applyFix)Performs a validation - fixing of the provided document. -
Uses of DOMDocument in org.apache.any23.validator.rule
Methods in org.apache.any23.validator.rule with parameters of type DOMDocument Modifier and Type Method Description booleanAboutNotURIRule. applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)booleanMetaNameMisuseRule. applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)booleanMissingItemscopeAttributeValueRule. applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)booleanMissingOpenGraphNamespaceRule. applyOn(DOMDocument document, RuleContext context, ValidationReportBuilder validationReportBuilder)voidMetaNameMisuseFix. execute(Rule rule, RuleContext context, DOMDocument document)voidMissingItemscopeAttributeValueFix. execute(Rule rule, RuleContext context, DOMDocument document)voidOpenGraphNamespaceFix. execute(Rule rule, RuleContext context, DOMDocument document)
-