Uses of Interface
org.apache.any23.extractor.ExtractorDescription
-
Packages that use ExtractorDescription Package Description 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. -
-
Uses of ExtractorDescription in org.apache.any23.extractor
Subinterfaces of ExtractorDescription in org.apache.any23.extractor Modifier and Type Interface Description interfaceExtractorFactory<T extends Extractor<?>>Interface defining a factory forExtractor.Classes in org.apache.any23.extractor that implement ExtractorDescription Modifier and Type Class Description classSimpleExtractorFactory<T extends Extractor<?>>This class is a simple and default-like implementation ofExtractorFactory.Methods in org.apache.any23.extractor that return ExtractorDescription Modifier and Type Method Description ExtractorDescriptionExtractor. getDescription()Returns aExtractorDescriptionof this extractor. -
Uses of ExtractorDescription in org.apache.any23.extractor.calendar
Classes in org.apache.any23.extractor.calendar that implement ExtractorDescription Modifier and Type Class Description classICalExtractorFactoryclassJCalExtractorFactoryclassXCalExtractorFactoryMethods in org.apache.any23.extractor.calendar that return ExtractorDescription Modifier and Type Method Description ExtractorDescriptionICalExtractor. getDescription()ExtractorDescriptionJCalExtractor. getDescription()ExtractorDescriptionXCalExtractor. getDescription()static ExtractorDescriptionICalExtractorFactory. getDescriptionInstance()static ExtractorDescriptionJCalExtractorFactory. getDescriptionInstance()static ExtractorDescriptionXCalExtractorFactory. getDescriptionInstance() -
Uses of ExtractorDescription in org.apache.any23.extractor.csv
Classes in org.apache.any23.extractor.csv that implement ExtractorDescription Modifier and Type Class Description classCSVExtractorFactoryMethods in org.apache.any23.extractor.csv that return ExtractorDescription Modifier and Type Method Description ExtractorDescriptionCSVExtractor. getDescription()Returns aExtractorDescriptionof this extractor.static ExtractorDescriptionCSVExtractorFactory. getDescriptionInstance() -
Uses of ExtractorDescription in org.apache.any23.extractor.html
Classes in org.apache.any23.extractor.html that implement ExtractorDescription Modifier and Type Class Description classAdrExtractorFactoryclassEmbeddedJSONLDExtractorFactoryclassGeoExtractorFactoryclassHCalendarExtractorFactoryclassHCardExtractorFactoryclassHeadLinkExtractorFactoryclassHListingExtractorFactoryclassHRecipeExtractorFactoryclassHResumeExtractorFactoryclassHReviewAggregateExtractorFactoryclassHReviewExtractorFactoryclassHTMLMetaExtractorFactoryclassICBMExtractorFactoryclassLicenseExtractorFactoryclassSpeciesExtractorFactoryclassTitleExtractorFactoryclassTurtleHTMLExtractorFactoryclassXFNExtractorFactory -
Uses of ExtractorDescription in org.apache.any23.extractor.html.microformats2
Classes in org.apache.any23.extractor.html.microformats2 that implement ExtractorDescription Modifier and Type Class Description classHAdrExtractorFactoryclassHCardExtractorFactoryclassHEntryExtractorFactoryExtractor for the h-entry microformat.classHEventExtractorFactoryclassHGeoExtractorFactoryclassHItemExtractorFactoryclassHProductExtractorFactoryclassHRecipeExtractorFactoryclassHResumeExtractorFactory -
Uses of ExtractorDescription in org.apache.any23.extractor.microdata
Classes in org.apache.any23.extractor.microdata that implement ExtractorDescription Modifier and Type Class Description classMicrodataExtractorFactoryMethods in org.apache.any23.extractor.microdata that return ExtractorDescription Modifier and Type Method Description ExtractorDescriptionMicrodataExtractor. getDescription()static ExtractorDescriptionMicrodataExtractorFactory. getDescriptionInstance() -
Uses of ExtractorDescription in org.apache.any23.extractor.rdf
Classes in org.apache.any23.extractor.rdf that implement ExtractorDescription Modifier and Type Class Description classFunctionalSyntaxExtractorFactoryclassJSONLDExtractorFactoryclassManchesterSyntaxExtractorFactoryclassNQuadsExtractorFactoryclassNTriplesExtractorFactoryclassRDFXMLExtractorFactoryclassTriXExtractorFactoryclassTurtleExtractorFactory -
Uses of ExtractorDescription in org.apache.any23.extractor.rdfa
Classes in org.apache.any23.extractor.rdfa that implement ExtractorDescription Modifier and Type Class Description classRDFa11ExtractorFactoryclassRDFaExtractorFactoryMethods in org.apache.any23.extractor.rdfa that return ExtractorDescription Modifier and Type Method Description ExtractorDescriptionRDFa11Extractor. getDescription()ExtractorDescriptionRDFaExtractor. getDescription()static ExtractorDescriptionRDFa11ExtractorFactory. getDescriptionInstance()static ExtractorDescriptionRDFaExtractorFactory. getDescriptionInstance() -
Uses of ExtractorDescription in org.apache.any23.extractor.xpath
Classes in org.apache.any23.extractor.xpath that implement ExtractorDescription Modifier and Type Class Description classXPathExtractorFactoryMethods in org.apache.any23.extractor.xpath that return ExtractorDescription Modifier and Type Method Description ExtractorDescriptionXPathExtractor. getDescription()static ExtractorDescriptionXPathExtractorFactory. getDescriptionInstance() -
Uses of ExtractorDescription in org.apache.any23.extractor.yaml
Classes in org.apache.any23.extractor.yaml that implement ExtractorDescription Modifier and Type Class Description classYAMLExtractorFactoryMethods in org.apache.any23.extractor.yaml that return ExtractorDescription Modifier and Type Method Description ExtractorDescriptionYAMLExtractor. getDescription()static ExtractorDescriptionYAMLExtractorFactory. getDescriptionInstance()
-