Package | Description |
---|---|
org.apache.any23.validator |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel,
String message) |
void |
ValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel,
String message)
Reports a detected issue.
|
void |
DefaultValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel,
String message,
Node n) |
void |
ValidationReportBuilder.reportIssue(ValidationReport.IssueLevel issueLevel,
String message,
Node n)
Reports an issue detected on a specified node.
|
Constructor and Description |
---|
ValidationReport.Issue(ValidationReport.IssueLevel level,
String message,
Node origin) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.