Uses of Interface
org.apache.any23.extractor.ErrorReporter

Packages that use ErrorReporter
org.apache.any23.extractor TODO fillme 
org.apache.any23.rdf TODO fillme 
 

Uses of ErrorReporter in org.apache.any23.extractor
 

Subinterfaces of ErrorReporter in org.apache.any23.extractor
 interface ExtractionResult
          Interface defining the methods that a representation of an extraction result must have.
 interface TagSoupExtractionResult
          This interface models a specific ExtractionResult able to collect property roots generated by HTML Microformat extractions.
 

Classes in org.apache.any23.extractor that implement ErrorReporter
 class ExtractionResultImpl
          

A default implementation of ExtractionResult; it receives extraction output from one Extractor working on one document, and passes the output on to a TripleHandler.

 

Uses of ErrorReporter in org.apache.any23.rdf
 

Methods in org.apache.any23.rdf that return ErrorReporter
 ErrorReporter Any23ValueFactoryWrapper.getErrorReporter()
           
 

Methods in org.apache.any23.rdf with parameters of type ErrorReporter
 void Any23ValueFactoryWrapper.setErrorReporter(ErrorReporter er)
           
 

Constructors in org.apache.any23.rdf with parameters of type ErrorReporter
Any23ValueFactoryWrapper(org.openrdf.model.ValueFactory vFactory, ErrorReporter er)
           
Any23ValueFactoryWrapper(org.openrdf.model.ValueFactory factory, ErrorReporter er, String defaultLitLanguage)
          Constructor with error reporter.
 



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