Uses of Interface
org.apache.any23.extractor.Extractor
- 
Packages that use Extractor Package Description org.apache.any23 The Any23 root package defines theAny23library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI.org.apache.any23.extractor.calendar This package contains extractors for various calendar serialization formats.org.apache.any23.extractor.csv org.apache.any23.extractor.html All the variousExtractorneeded to distill RDF from Microformats in HTML pages are contained in this package.org.apache.any23.extractor.html.microformats2 All the variousExtractorneeded to distill RDF from Microformats in HTML pages are contained in this package.org.apache.any23.extractor.microdata This package provides classes for dealing with Microdata extraction.org.apache.any23.extractor.rdf This package contains the concrete implementations (and utilities classes) to perform the extraction from various RDF serialization formats.org.apache.any23.extractor.rdfa org.apache.any23.extractor.xpath This package provides an XPath extractor able to generate RDF statements from any HTML page on the basis of a set of specified rules and a list of statement templates.org.apache.any23.extractor.yaml This package provides an YAML extractor able to generate RDF statements from any YAML files.org.apache.any23.plugin This package provides Plugin Management support for Any23.
- 
- 
Uses of Extractor in org.apache.any23Methods in org.apache.any23 that return types with arguments of type Extractor Modifier and Type Method Description List<Extractor>ExtractionReport. getMatchingExtractors()Constructor parameters in org.apache.any23 with type arguments of type Extractor Constructor Description ExtractionReport(List<Extractor> matchingExtractors, String encoding, String detectedMimeType, ValidationReport validationReport, Map<String,Collection<IssueReport.Issue>> extractorIssues)
- 
Uses of Extractor in org.apache.any23.extractorClasses in org.apache.any23.extractor with type parameters of type Extractor Modifier and Type Interface Description interfaceExtractorFactory<T extends Extractor<?>>Interface defining a factory forExtractor.classSimpleExtractorFactory<T extends Extractor<?>>This class is a simple and default-like implementation ofExtractorFactory.Subinterfaces of Extractor in org.apache.any23.extractor Modifier and Type Interface Description static interfaceExtractor.BlindExtractorstatic interfaceExtractor.ContentExtractorThis interface specializes anExtractorable to handleInputStreamas input format.static interfaceExtractor.TagSoupDOMExtractorMethods in org.apache.any23.extractor that return types with arguments of type Extractor Modifier and Type Method Description List<Extractor>SingleDocumentExtraction. getMatchingExtractors()Constructors in org.apache.any23.extractor with parameters of type Extractor Constructor Description ExtractionResultImpl(ExtractionContext context, Extractor<?> extractor, TripleHandler tripleHandler)
- 
Uses of Extractor in org.apache.any23.extractor.calendarClasses in org.apache.any23.extractor.calendar that implement Extractor Modifier and Type Class Description classICalExtractorclassJCalExtractorclassXCalExtractor
- 
Uses of Extractor in org.apache.any23.extractor.csvClasses in org.apache.any23.extractor.csv that implement Extractor Modifier and Type Class Description classCSVExtractorThis extractor produces RDF from a CSV file .
- 
Uses of Extractor in org.apache.any23.extractor.htmlClasses in org.apache.any23.extractor.html that implement Extractor Modifier and Type Class Description classAdrExtractorExtractor for the adr microformat.classEmbeddedJSONLDExtractorThis extractor represents the HTML script tags used to embed blocks of data in documents.classEntityBasedMicroformatExtractorBase class for microformat extractors based on entities.classGeoExtractorExtractor for the Geo microformat.classHCalendarExtractorExtractor for the hCalendar microformat.classHCardExtractorExtractor for the hCard microformat.classHeadLinkExtractorThisExtractor.TagSoupDOMExtractorimplementation retrieves theLINKs declared within theHTML/HEADpage header.classHListingExtractorExtractor for the hListing microformat.classHRecipeExtractorExtractor for the hRecipe microformat.classHResumeExtractorExtractor for the hResume microformat.classHReviewAggregateExtractorExtractor for the hReview-aggregate microformat.classHReviewExtractorExtractor for the hReview microformat.classHTMLMetaExtractorThis extractor represents the HTML META tag values according the HTML4 specification.classICBMExtractorExtractor for "ICBM coordinates" provided as META headers in the head of an HTML page.classLicenseExtractorExtractor for the rel-license microformat.classMicroformatExtractorThe abstract base class for any Microformat specification extractor.classSpeciesExtractorExtractor able to extract the Species Microformat.classTitleExtractorExtracts the value of the <title> element of an HTML or XHTML page.classTurtleHTMLExtractorExtractor for Turtle/N3 format embedded within HTML script tags.classXFNExtractorExtractor for the XFN microformat.
- 
Uses of Extractor in org.apache.any23.extractor.html.microformats2Classes in org.apache.any23.extractor.html.microformats2 that implement Extractor Modifier and Type Class Description classHAdrExtractorExtractor for the h-adr microformat.classHCardExtractorExtractor for the h-Card microformat.classHEntryExtractorExtractor for the h-entry microformat.classHEventExtractorExtractor for the h-event microformat.classHGeoExtractorExtractor for the h-geo microformat.classHItemExtractorExtractor for the h-item microformat.classHProductExtractorExtractor for the h-product microformat.classHRecipeExtractorExtractor for the hRecipe microformat.classHResumeExtractorExtractor for the hResume microformat.
- 
Uses of Extractor in org.apache.any23.extractor.microdataClasses in org.apache.any23.extractor.microdata that implement Extractor Modifier and Type Class Description classMicrodataExtractorDefault implementation of Microdata extractor, based onExtractor.TagSoupDOMExtractor.
- 
Uses of Extractor in org.apache.any23.extractor.rdfClasses in org.apache.any23.extractor.rdf that implement Extractor Modifier and Type Class Description classBaseRDFExtractorBase class for a generic RDFExtractor.ContentExtractor.classFunctionalSyntaxExtractorConcrete implementation ofExtractor.ContentExtractorhandling OWL2 Functional-Style Syntax format.classJSONLDExtractorConcrete implementation ofExtractor.ContentExtractorhandling JSON-LD format.classManchesterSyntaxExtractorConcrete implementation ofExtractor.ContentExtractorhandling Manchester Syntax format.classNQuadsExtractorConcrete implementation ofExtractor.ContentExtractorhandling N-Quads format.classNTriplesExtractorConcrete implementation ofExtractor.ContentExtractorhandling NTriples NTriples format.classRDFXMLExtractorConcrete implementation ofExtractor.ContentExtractorable to perform the extraction on RDF/XML documents.classTriXExtractorConcrete implementation ofExtractor.ContentExtractorto perform extraction on TriX documents.classTurtleExtractorConcrete implementation ofExtractor.ContentExtractorable to perform the extraction on Turtle documents.
- 
Uses of Extractor in org.apache.any23.extractor.rdfaClasses in org.apache.any23.extractor.rdfa that implement Extractor Modifier and Type Class Description classRDFa11ExtractorclassRDFaExtractor
- 
Uses of Extractor in org.apache.any23.extractor.xpathClasses in org.apache.any23.extractor.xpath that implement Extractor Modifier and Type Class Description classXPathExtractorImplementation of anExtractor.TagSoupDOMExtractorable to applyXPathExtractionRules and generate quads.
- 
Uses of Extractor in org.apache.any23.extractor.yamlClasses in org.apache.any23.extractor.yaml that implement Extractor Modifier and Type Class Description classYAMLExtractor
- 
Uses of Extractor in org.apache.any23.pluginClasses in org.apache.any23.plugin with type parameters of type Extractor Modifier and Type Interface Description interfaceExtractorPlugin<T extends Extractor<?>>Deprecated.ExtractorFactory now supports META-INF/services discovery via theServiceLoader, deprecating this class.
 
-