org.apache.any23.extractor.html
Class DocumentReport

java.lang.Object
  extended by org.apache.any23.extractor.html.DocumentReport

public class DocumentReport
extends Object

Represents the validationReportBuilder generated by a the TagSoupParser when a document is retrieved and validated.

Author:
Michele Mostarda (mostarda@fbk.eu), Davide Palmisano (palmisano@fbk.eu)

Constructor Summary
DocumentReport(ValidationReport validationReport, Document document)
           
 
Method Summary
 Document getDocument()
           
 ValidationReport getReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentReport

public DocumentReport(ValidationReport validationReport,
                      Document document)
Method Detail

getReport

public ValidationReport getReport()

getDocument

public Document getDocument()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.