Uses of Interface
org.apache.any23.extractor.IssueReport
-
Packages that use IssueReport Package Description org.apache.any23.extractor This package contains classes and interfaces modeling theExtractor
API.org.apache.any23.rdf This package provides some utility classes to manage RDF models and prefixes. -
-
Uses of IssueReport in org.apache.any23.extractor
Subinterfaces of IssueReport in org.apache.any23.extractor Modifier and Type Interface Description interface
ExtractionResult
Interface defining the methods that a representation of an extraction result must have.interface
TagSoupExtractionResult
This interface models a specificExtractionResult
able to collect property roots generated by HTML Microformat extractions.Classes in org.apache.any23.extractor that implement IssueReport Modifier and Type Class Description class
ExtractionResultImpl
A default implementation ofExtractionResult
; it receives extraction output from oneExtractor
working on one document, and passes the output on to aTripleHandler
. -
Uses of IssueReport in org.apache.any23.rdf
Methods in org.apache.any23.rdf that return IssueReport Modifier and Type Method Description IssueReport
Any23ValueFactoryWrapper. getIssueReport()
Methods in org.apache.any23.rdf with parameters of type IssueReport Modifier and Type Method Description void
Any23ValueFactoryWrapper. setIssueReport(IssueReport er)
Constructors in org.apache.any23.rdf with parameters of type IssueReport Constructor Description Any23ValueFactoryWrapper(org.eclipse.rdf4j.model.ValueFactory vFactory, IssueReport er)
Any23ValueFactoryWrapper(org.eclipse.rdf4j.model.ValueFactory factory, IssueReport er, String defaultLitLanguage)
Constructor with error reporter.
-