|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationReport.IssueLevel | |
---|---|
org.apache.any23.validator | TODO fillme |
Uses of ValidationReport.IssueLevel in org.apache.any23.validator |
---|
Methods in org.apache.any23.validator that return ValidationReport.IssueLevel | |
---|---|
ValidationReport.IssueLevel |
ValidationReport.Issue.getLevel()
|
static ValidationReport.IssueLevel |
ValidationReport.IssueLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValidationReport.IssueLevel[] |
ValidationReport.IssueLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.any23.validator with parameters of type ValidationReport.IssueLevel | |
---|---|
void |
ValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel,
String message)
Reports a detected issue. |
void |
DefaultValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel,
String message)
|
void |
ValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel,
String message,
Node n)
Reports an issue detected on a specified node. |
void |
DefaultValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel,
String message,
Node n)
|
Constructors in org.apache.any23.validator with parameters of type ValidationReport.IssueLevel | |
---|---|
ValidationReport.Issue(ValidationReport.IssueLevel level,
String message,
Node origin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |