org.apache.any23.extractor.microdata
Class MicrodataParserReport

java.lang.Object
  extended by org.apache.any23.extractor.microdata.MicrodataParserReport

public class MicrodataParserReport
extends Object

This class describes the report of the MicrodataParser. Such report contains the detected ItemScopes and errors.

Author:
Michele Mostarda (mostarda@fbk.eu)

Constructor Summary
MicrodataParserReport(ItemScope[] detectedItemScopes)
           
MicrodataParserReport(ItemScope[] detectedItemScopes, MicrodataParserException[] errors)
           
 
Method Summary
 ItemScope[] getDetectedItemScopes()
           
 MicrodataParserException[] getErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicrodataParserReport

public MicrodataParserReport(ItemScope[] detectedItemScopes,
                             MicrodataParserException[] errors)

MicrodataParserReport

public MicrodataParserReport(ItemScope[] detectedItemScopes)
Method Detail

getDetectedItemScopes

public ItemScope[] getDetectedItemScopes()

getErrors

public MicrodataParserException[] getErrors()


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