Package | Description |
---|---|
org.apache.any23 |
The Any23 root package defines the
Any23
library facade and auxiliary classes. |
org.apache.any23.extractor |
This package contains classes and interfaces modeling the
Extractor API. |
org.apache.any23.extractor.html |
All the various
Extractor needed to distill RDF
from Microformats in HTML pages are contained in this package. |
org.apache.any23.validator |
Modifier and Type | Method and Description |
---|---|
ValidationReport |
ExtractionReport.getValidationReport() |
Constructor and Description |
---|
ExtractionReport(List<Extractor> matchingExtractors,
String encoding,
String detectedMimeType,
ValidationReport validationReport,
Map<String,Collection<IssueReport.Issue>> extractorIssues) |
Modifier and Type | Method and Description |
---|---|
ValidationReport |
SingleDocumentExtractionReport.getValidationReport() |
Constructor and Description |
---|
SingleDocumentExtractionReport(ValidationReport validationReport,
Map<String,Collection<IssueReport.Issue>> extractorToIssues) |
Modifier and Type | Method and Description |
---|---|
ValidationReport |
DocumentReport.getReport() |
Constructor and Description |
---|
DocumentReport(ValidationReport validationReport,
Document document) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultValidationReport
Default implementation of
ValidationReport . |
class |
EmptyValidationReport
An implementation of
ValidationReportBuilder with no data. |
Modifier and Type | Method and Description |
---|---|
ValidationReport |
DefaultValidationReportBuilder.getReport() |
ValidationReport |
ValidationReportBuilder.getReport() |
ValidationReport |
DefaultValidator.validate(DOMDocument document,
boolean applyFix) |
ValidationReport |
Validator.validate(DOMDocument document,
boolean applyFix)
Performs a validation - fixing of the provided document.
|
ValidationReport |
DefaultValidator.validate(URI documentURI,
Document document,
boolean applyFix) |
ValidationReport |
Validator.validate(URI documentURI,
Document document,
boolean applyFix)
Performs a validation - fixing of the provided document.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLValidationReportSerializer.serialize(ValidationReport vr,
OutputStream os) |
void |
ValidationReportSerializer.serialize(ValidationReport vr,
OutputStream os)
Serializes the validation report on the given output stream.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.