Package | Description |
---|---|
org.apache.any23.validator | |
org.apache.any23.validator.rule |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDOMDocument
This class wraps the DOM document.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Rule.applyOn(DOMDocument document,
RuleContext context,
ValidationReportBuilder validationReportBuilder)
Applies this rule to the given document.
|
void |
Fix.execute(Rule rule,
RuleContext context,
DOMDocument document)
Executes this fix over a document.
|
ValidationReport |
DefaultValidator.validate(DOMDocument document,
boolean applyFix) |
ValidationReport |
Validator.validate(DOMDocument document,
boolean applyFix)
Performs a validation - fixing of the provided document.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MissingOpenGraphNamespaceRule.applyOn(DOMDocument document,
RuleContext context,
ValidationReportBuilder validationReportBuilder) |
boolean |
MetaNameMisuseRule.applyOn(DOMDocument document,
RuleContext context,
ValidationReportBuilder validationReportBuilder) |
boolean |
AboutNotURIRule.applyOn(DOMDocument document,
RuleContext context,
ValidationReportBuilder validationReportBuilder) |
void |
MetaNameMisuseFix.execute(Rule rule,
RuleContext context,
DOMDocument document) |
void |
OpenGraphNamespaceFix.execute(Rule rule,
RuleContext context,
DOMDocument document) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.