|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationReport | |
|---|---|
| org.apache.any23 | TODO fillme |
| org.apache.any23.extractor | TODO fillme |
| org.apache.any23.extractor.html | |
| org.apache.any23.validator | TODO fillme |
| Uses of ValidationReport in org.apache.any23 |
|---|
| Methods in org.apache.any23 that return ValidationReport | |
|---|---|
ValidationReport |
ExtractionReport.getValidationReport()
|
| Constructors in org.apache.any23 with parameters of type ValidationReport | |
|---|---|
ExtractionReport(List<Extractor> matchingExtractors,
String encoding,
String detectedMimeType,
ValidationReport validationReport,
Map<String,Collection<ErrorReporter.Error>> extractorErrors)
|
|
| Uses of ValidationReport in org.apache.any23.extractor |
|---|
| Methods in org.apache.any23.extractor that return ValidationReport | |
|---|---|
ValidationReport |
SingleDocumentExtractionReport.getValidationReport()
|
| Constructors in org.apache.any23.extractor with parameters of type ValidationReport | |
|---|---|
SingleDocumentExtractionReport(ValidationReport validationReport,
Map<String,Collection<ErrorReporter.Error>> extractorToErrors)
|
|
| Uses of ValidationReport in org.apache.any23.extractor.html |
|---|
| Methods in org.apache.any23.extractor.html that return ValidationReport | |
|---|---|
ValidationReport |
DocumentReport.getReport()
|
| Constructors in org.apache.any23.extractor.html with parameters of type ValidationReport | |
|---|---|
DocumentReport(ValidationReport validationReport,
Document document)
|
|
| Uses of ValidationReport in org.apache.any23.validator |
|---|
| Classes in org.apache.any23.validator that implement ValidationReport | |
|---|---|
class |
DefaultValidationReport
Default implementation of ValidationReport. |
class |
EmptyValidationReport
An implementation of ValidationReportBuilder with no data. |
| Methods in org.apache.any23.validator that return ValidationReport | |
|---|---|
ValidationReport |
ValidationReportBuilder.getReport()
|
ValidationReport |
DefaultValidationReportBuilder.getReport()
|
ValidationReport |
Validator.validate(DOMDocument document,
boolean applyFix)
Performs a validation - fixing of the provided document. |
ValidationReport |
DefaultValidator.validate(DOMDocument document,
boolean applyFix)
|
ValidationReport |
Validator.validate(URI documentURI,
Document document,
boolean applyFix)
Performs a validation - fixing of the provided document. |
ValidationReport |
DefaultValidator.validate(URI documentURI,
Document document,
boolean applyFix)
|
| Methods in org.apache.any23.validator with parameters of type ValidationReport | |
|---|---|
void |
XMLValidationReportSerializer.serialize(ValidationReport vr,
OutputStream os)
|
void |
ValidationReportSerializer.serialize(ValidationReport vr,
OutputStream os)
Serializes the validation report on the given output stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||