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 theExtractorAPI.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 interfaceExtractionResultInterface defining the methods that a representation of an extraction result must have.interfaceTagSoupExtractionResultThis interface models a specificExtractionResultable to collect property roots generated by HTML Microformat extractions.Classes in org.apache.any23.extractor that implement IssueReport Modifier and Type Class Description classExtractionResultImplA default implementation ofExtractionResult; it receives extraction output from oneExtractorworking 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 IssueReportAny23ValueFactoryWrapper. getIssueReport()Methods in org.apache.any23.rdf with parameters of type IssueReport Modifier and Type Method Description voidAny23ValueFactoryWrapper. 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.
-