Class MicrodataParserReport
- java.lang.Object
-
- org.apache.any23.extractor.microdata.MicrodataParserReport
-
public class MicrodataParserReport extends Object
This class describes the report of theMicrodataParser
. Such report contains the detectedItemScope
s and errors.- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Constructor Summary
Constructors Constructor Description MicrodataParserReport(ItemScope[] detectedItemScopes)
MicrodataParserReport(ItemScope[] detectedItemScopes, MicrodataParserException[] errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemScope[]
getDetectedItemScopes()
MicrodataParserException[]
getErrors()
-
-
-
Constructor Detail
-
MicrodataParserReport
public MicrodataParserReport(ItemScope[] detectedItemScopes, MicrodataParserException[] errors)
-
MicrodataParserReport
public MicrodataParserReport(ItemScope[] detectedItemScopes)
-
-
Method Detail
-
getDetectedItemScopes
public ItemScope[] getDetectedItemScopes()
-
getErrors
public MicrodataParserException[] getErrors()
-
-