Uses of Interface
org.apache.any23.validator.ValidationReport
-
Packages that use ValidationReport Package Description org.apache.any23 The Any23 root package defines theAny23library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI.org.apache.any23.extractor.html All the variousExtractorneeded to distill RDF from Microformats in HTML pages are contained in this package.org.apache.any23.validator -
-
Uses of ValidationReport in org.apache.any23
Methods in org.apache.any23 that return ValidationReport Modifier and Type Method Description ValidationReportExtractionReport. getValidationReport()Constructors in org.apache.any23 with parameters of type ValidationReport Constructor Description ExtractionReport(List<Extractor> matchingExtractors, String encoding, String detectedMimeType, ValidationReport validationReport, Map<String,Collection<IssueReport.Issue>> extractorIssues) -
Uses of ValidationReport in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return ValidationReport Modifier and Type Method Description ValidationReportSingleDocumentExtractionReport. getValidationReport()Constructors in org.apache.any23.extractor with parameters of type ValidationReport Constructor Description SingleDocumentExtractionReport(ValidationReport validationReport, Map<String,Collection<IssueReport.Issue>> extractorToIssues) -
Uses of ValidationReport in org.apache.any23.extractor.html
Methods in org.apache.any23.extractor.html that return ValidationReport Modifier and Type Method Description ValidationReportDocumentReport. getReport()Constructors in org.apache.any23.extractor.html with parameters of type ValidationReport Constructor Description DocumentReport(ValidationReport validationReport, Document document) -
Uses of ValidationReport in org.apache.any23.validator
Classes in org.apache.any23.validator that implement ValidationReport Modifier and Type Class Description classDefaultValidationReportDefault implementation ofValidationReport.classEmptyValidationReportAn implementation ofValidationReportBuilderwith no data.Methods in org.apache.any23.validator that return ValidationReport Modifier and Type Method Description ValidationReportDefaultValidationReportBuilder. getReport()ValidationReportValidationReportBuilder. getReport()ValidationReportDefaultValidator. validate(URI documentIRI, Document document, boolean applyFix)ValidationReportDefaultValidator. validate(DOMDocument document, boolean applyFix)ValidationReportValidator. validate(URI documentIRI, Document document, boolean applyFix)Performs a validation - fixing of the provided document.ValidationReportValidator. validate(DOMDocument document, boolean applyFix)Performs a validation - fixing of the provided document.Methods in org.apache.any23.validator with parameters of type ValidationReport Modifier and Type Method Description voidValidationReportSerializer. serialize(ValidationReport vr, OutputStream os)Serializes the validation report on the given output stream.voidXMLValidationReportSerializer. serialize(ValidationReport vr, OutputStream os)
-