Uses of Class
org.apache.any23.extractor.SimpleExtractorFactory
-
Packages that use SimpleExtractorFactory Package Description 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 SimpleExtractorFactory in org.apache.any23.extractor.calendar
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.calendar Modifier and Type Class Description classICalExtractorFactoryclassJCalExtractorFactoryclassXCalExtractorFactory -
Uses of SimpleExtractorFactory in org.apache.any23.extractor.csv
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.csv Modifier and Type Class Description classCSVExtractorFactory -
Uses of SimpleExtractorFactory in org.apache.any23.extractor.html
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.html Modifier and Type Class Description classAdrExtractorFactoryclassEmbeddedJSONLDExtractorFactoryclassGeoExtractorFactoryclassHCalendarExtractorFactoryclassHCardExtractorFactoryclassHeadLinkExtractorFactoryclassHListingExtractorFactoryclassHRecipeExtractorFactoryclassHResumeExtractorFactoryclassHReviewAggregateExtractorFactoryclassHReviewExtractorFactoryclassHTMLMetaExtractorFactoryclassICBMExtractorFactoryclassLicenseExtractorFactoryclassSpeciesExtractorFactoryclassTitleExtractorFactoryclassTurtleHTMLExtractorFactoryclassXFNExtractorFactory -
Uses of SimpleExtractorFactory in org.apache.any23.extractor.html.microformats2
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.html.microformats2 Modifier and Type Class Description classHAdrExtractorFactoryclassHCardExtractorFactoryclassHEntryExtractorFactoryExtractor for the h-entry microformat.classHEventExtractorFactoryclassHGeoExtractorFactoryclassHItemExtractorFactoryclassHProductExtractorFactoryclassHRecipeExtractorFactoryclassHResumeExtractorFactory -
Uses of SimpleExtractorFactory in org.apache.any23.extractor.microdata
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.microdata Modifier and Type Class Description classMicrodataExtractorFactory -
Uses of SimpleExtractorFactory in org.apache.any23.extractor.rdf
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.rdf Modifier and Type Class Description classFunctionalSyntaxExtractorFactoryclassJSONLDExtractorFactoryclassManchesterSyntaxExtractorFactoryclassNQuadsExtractorFactoryclassNTriplesExtractorFactoryclassRDFXMLExtractorFactoryclassTriXExtractorFactoryclassTurtleExtractorFactory -
Uses of SimpleExtractorFactory in org.apache.any23.extractor.rdfa
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.rdfa Modifier and Type Class Description classRDFa11ExtractorFactoryclassRDFaExtractorFactory -
Uses of SimpleExtractorFactory in org.apache.any23.extractor.xpath
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.xpath Modifier and Type Class Description classXPathExtractorFactory -
Uses of SimpleExtractorFactory in org.apache.any23.extractor.yaml
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.yaml Modifier and Type Class Description classYAMLExtractorFactory
-