Package org.apache.any23.extractor.html
Class DocumentReport
- java.lang.Object
-
- org.apache.any23.extractor.html.DocumentReport
-
public class DocumentReport extends Object
Represents the validationReportBuilder generated by a theTagSoupParser
when a document is retrieved and validated.- Author:
- Michele Mostarda (mostarda@fbk.eu), Davide Palmisano (palmisano@fbk.eu)
-
-
Constructor Summary
Constructors Constructor Description DocumentReport(ValidationReport validationReport, Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
getDocument()
ValidationReport
getReport()
-
-
-
Constructor Detail
-
DocumentReport
public DocumentReport(ValidationReport validationReport, Document document)
-
-
Method Detail
-
getReport
public ValidationReport getReport()
-
getDocument
public Document getDocument()
-
-