Uses of Package
org.apache.any23.extractor

Packages that use org.apache.any23.extractor
org.apache.any23 TODO fillme 
org.apache.any23.cli TODO fillme 
org.apache.any23.extractor TODO fillme 
org.apache.any23.extractor.csv   
org.apache.any23.extractor.html   
org.apache.any23.extractor.microdata   
org.apache.any23.extractor.rdf   
org.apache.any23.extractor.rdfa   
org.apache.any23.extractor.xpath   
org.apache.any23.filter TODO fillme 
org.apache.any23.plugin TODO fillme 
org.apache.any23.rdf TODO fillme 
org.apache.any23.writer TODO fillme 
 

Classes in org.apache.any23.extractor used by org.apache.any23
ErrorReporter.Error
          This class defines a generic error traced by this extraction result.
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
ExtractionParameters
          This class models the parameters to be used to perform an extraction.
Extractor
          It defines the signature of a generic Extractor.
ExtractorGroup
          It simple models a group of ExtractorFactory providing simple accessing methods.
 

Classes in org.apache.any23.extractor used by org.apache.any23.cli
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
 

Classes in org.apache.any23.extractor used by org.apache.any23.extractor
ErrorReporter
          This interface models an error reporter.
ErrorReporter.Error
          This class defines a generic error traced by this extraction result.
ErrorReporter.ErrorLevel
          Possible error levels.
ExtractionContext
          This class provides the context for the processing of a single Extractor.
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
ExtractionParameters
          This class models the parameters to be used to perform an extraction.
ExtractionParameters.ValidationMode
          Declares the supported validation actions.
ExtractionResult
          Interface defining the methods that a representation of an extraction result must have.
Extractor
          It defines the signature of a generic Extractor.
ExtractorDescription
          It defines a minimal signature for an Extractor description.
ExtractorFactory
          Interface defining a factory for Extractor.
ExtractorGroup
          It simple models a group of ExtractorFactory providing simple accessing methods.
ExtractorRegistry
          Singleton class acting as a register for all the various Extractor.
SingleDocumentExtractionReport
          This class provides the report for a SingleDocumentExtraction run.
TagSoupExtractionResult
          This interface models a specific ExtractionResult able to collect property roots generated by HTML Microformat extractions.
TagSoupExtractionResult.PropertyPath
          Defines a property path object.
TagSoupExtractionResult.ResourceRoot
          Defines a property root object.
 

Classes in org.apache.any23.extractor used by org.apache.any23.extractor.csv
ExtractionContext
          This class provides the context for the processing of a single Extractor.
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
ExtractionParameters
          This class models the parameters to be used to perform an extraction.
ExtractionResult
          Interface defining the methods that a representation of an extraction result must have.
Extractor
          It defines the signature of a generic Extractor.
Extractor.ContentExtractor
          This interface specializes an Extractor able to handle InputStream as input format.
ExtractorDescription
          It defines a minimal signature for an Extractor description.
ExtractorFactory
          Interface defining a factory for Extractor.
 

Classes in org.apache.any23.extractor used by org.apache.any23.extractor.html
ExtractionContext
          This class provides the context for the processing of a single Extractor.
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
ExtractionParameters
          This class models the parameters to be used to perform an extraction.
ExtractionResult
          Interface defining the methods that a representation of an extraction result must have.
Extractor
          It defines the signature of a generic Extractor.
Extractor.TagSoupDOMExtractor
          This interface specializes an Extractor able to handle Document as input format.
ExtractorDescription
          It defines a minimal signature for an Extractor description.
ExtractorFactory
          Interface defining a factory for Extractor.
 

Classes in org.apache.any23.extractor used by org.apache.any23.extractor.microdata
ExtractionContext
          This class provides the context for the processing of a single Extractor.
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
ExtractionParameters
          This class models the parameters to be used to perform an extraction.
ExtractionResult
          Interface defining the methods that a representation of an extraction result must have.
Extractor
          It defines the signature of a generic Extractor.
Extractor.TagSoupDOMExtractor
          This interface specializes an Extractor able to handle Document as input format.
ExtractorDescription
          It defines a minimal signature for an Extractor description.
ExtractorFactory
          Interface defining a factory for Extractor.
 

Classes in org.apache.any23.extractor used by org.apache.any23.extractor.rdf
ExtractionContext
          This class provides the context for the processing of a single Extractor.
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
ExtractionParameters
          This class models the parameters to be used to perform an extraction.
ExtractionResult
          Interface defining the methods that a representation of an extraction result must have.
Extractor
          It defines the signature of a generic Extractor.
Extractor.ContentExtractor
          This interface specializes an Extractor able to handle InputStream as input format.
ExtractorDescription
          It defines a minimal signature for an Extractor description.
ExtractorFactory
          Interface defining a factory for Extractor.
 

Classes in org.apache.any23.extractor used by org.apache.any23.extractor.rdfa
ExtractionContext
          This class provides the context for the processing of a single Extractor.
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
ExtractionParameters
          This class models the parameters to be used to perform an extraction.
ExtractionResult
          Interface defining the methods that a representation of an extraction result must have.
Extractor
          It defines the signature of a generic Extractor.
Extractor.TagSoupDOMExtractor
          This interface specializes an Extractor able to handle Document as input format.
ExtractorDescription
          It defines a minimal signature for an Extractor description.
ExtractorFactory
          Interface defining a factory for Extractor.
 

Classes in org.apache.any23.extractor used by org.apache.any23.extractor.xpath
ExtractionContext
          This class provides the context for the processing of a single Extractor.
ExtractionException
          Defines a specific exception raised during the metadata extraction phase.
ExtractionParameters
          This class models the parameters to be used to perform an extraction.
ExtractionResult
          Interface defining the methods that a representation of an extraction result must have.
Extractor
          It defines the signature of a generic Extractor.
Extractor.TagSoupDOMExtractor
          This interface specializes an Extractor able to handle Document as input format.
ExtractorDescription
          It defines a minimal signature for an Extractor description.
ExtractorFactory
          Interface defining a factory for Extractor.
 

Classes in org.apache.any23.extractor used by org.apache.any23.filter
ExtractionContext
          This class provides the context for the processing of a single Extractor.
 

Classes in org.apache.any23.extractor used by org.apache.any23.plugin
ExtractorFactory
          Interface defining a factory for Extractor.
ExtractorGroup
          It simple models a group of ExtractorFactory providing simple accessing methods.
 

Classes in org.apache.any23.extractor used by org.apache.any23.rdf
ErrorReporter
          This interface models an error reporter.
 

Classes in org.apache.any23.extractor used by org.apache.any23.writer
ExtractionContext
          This class provides the context for the processing of a single Extractor.
 



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