Package org.apache.any23.validator
-
Interface Summary Interface Description DOMDocument This interface models a document to be processed by theValidator
.Fix This interface models a fix for an issue.Rule Models a rule for an issue detection.RuleContext<T> ValidationReport This class contains the report of a validation performed by theValidator
class.ValidationReportBuilder The report interface is used to generate diagnostics about validation.ValidationReportSerializer Defines a serializer for validation reports.Validator The validator class allows to perform validation - correction of related to HTMLDocument
instances. -
Class Summary Class Description DefaultDOMDocument This class wraps the DOM document.DefaultRuleContext Default implementation ofRuleContext
.DefaultValidationReport Default implementation ofValidationReport
.DefaultValidationReportBuilder Default implementation ofValidationReportBuilder
.DefaultValidator Default implementation ofValidator
.EmptyValidationReport An implementation ofValidationReportBuilder
with no data.ValidationReport.Error An error occurred while performing the validation process.ValidationReport.FixError An error occurred while executing a fix.ValidationReport.Issue An issue found during the validation process.ValidationReport.RuleActivation This class describes the activation of a rule.ValidationReport.RuleError An error occurred while executing a rule.XMLValidationReportSerializer Default implementation ofValidationReportSerializer
for XML. -
Enum Summary Enum Description ValidationReport.IssueLevel Defines the different issue levels. -
Exception Summary Exception Description SerializationException Defines an error raised from theValidationReportSerializer
.ValidatorException Models any exception raised by theValidator
. -
Annotation Types Summary Annotation Type Description XMLValidationReportSerializer.NodeName Allows to specify a custom node name.