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 variousExtractor
needed to distill RDF from Microformats in HTML pages are contained in this package.org.apache.any23.extractor.html.microformats2 All the variousExtractor
needed 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 class
ICalExtractorFactory
class
JCalExtractorFactory
class
XCalExtractorFactory
-
Uses of SimpleExtractorFactory in org.apache.any23.extractor.csv
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.csv Modifier and Type Class Description class
CSVExtractorFactory
-
Uses of SimpleExtractorFactory in org.apache.any23.extractor.html
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.html Modifier and Type Class Description class
AdrExtractorFactory
class
EmbeddedJSONLDExtractorFactory
class
GeoExtractorFactory
class
HCalendarExtractorFactory
class
HCardExtractorFactory
class
HeadLinkExtractorFactory
class
HListingExtractorFactory
class
HRecipeExtractorFactory
class
HResumeExtractorFactory
class
HReviewAggregateExtractorFactory
class
HReviewExtractorFactory
class
HTMLMetaExtractorFactory
class
ICBMExtractorFactory
class
LicenseExtractorFactory
class
SpeciesExtractorFactory
class
TitleExtractorFactory
class
TurtleHTMLExtractorFactory
class
XFNExtractorFactory
-
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 class
HAdrExtractorFactory
class
HCardExtractorFactory
class
HEntryExtractorFactory
Extractor for the h-entry microformat.class
HEventExtractorFactory
class
HGeoExtractorFactory
class
HItemExtractorFactory
class
HProductExtractorFactory
class
HRecipeExtractorFactory
class
HResumeExtractorFactory
-
Uses of SimpleExtractorFactory in org.apache.any23.extractor.microdata
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.microdata Modifier and Type Class Description class
MicrodataExtractorFactory
-
Uses of SimpleExtractorFactory in org.apache.any23.extractor.rdf
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.rdf Modifier and Type Class Description class
FunctionalSyntaxExtractorFactory
class
JSONLDExtractorFactory
class
ManchesterSyntaxExtractorFactory
class
NQuadsExtractorFactory
class
NTriplesExtractorFactory
class
RDFXMLExtractorFactory
class
TriXExtractorFactory
class
TurtleExtractorFactory
-
Uses of SimpleExtractorFactory in org.apache.any23.extractor.rdfa
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.rdfa Modifier and Type Class Description class
RDFa11ExtractorFactory
class
RDFaExtractorFactory
-
Uses of SimpleExtractorFactory in org.apache.any23.extractor.xpath
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.xpath Modifier and Type Class Description class
XPathExtractorFactory
-
Uses of SimpleExtractorFactory in org.apache.any23.extractor.yaml
Subclasses of SimpleExtractorFactory in org.apache.any23.extractor.yaml Modifier and Type Class Description class
YAMLExtractorFactory
-