Uses of Class
org.apache.any23.extractor.html.MicroformatExtractor
-
Packages that use MicroformatExtractor Package Description org.apache.any23.extractor This package contains classes and interfaces modeling theExtractor
API.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.annotations This package contains the annotations needed to describe the single nesting relations among different Microformats.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.html.microformats2.annotations This package contains the annotations needed to describe the single nesting relations among different Microformats. -
-
Uses of MicroformatExtractor in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return types with arguments of type MicroformatExtractor Modifier and Type Method Description Class<? extends MicroformatExtractor>
TagSoupExtractionResult.PropertyPath. getExtractor()
Class<? extends MicroformatExtractor>
TagSoupExtractionResult.ResourceRoot. getExtractor()
Method parameters in org.apache.any23.extractor with type arguments of type MicroformatExtractor Modifier and Type Method Description void
ExtractionResultImpl. addPropertyPath(Class<? extends MicroformatExtractor> extractor, org.eclipse.rdf4j.model.Resource propertySubject, org.eclipse.rdf4j.model.Resource property, org.eclipse.rdf4j.model.BNode object, String[] path)
void
TagSoupExtractionResult. addPropertyPath(Class<? extends MicroformatExtractor> extractor, org.eclipse.rdf4j.model.Resource propertySubject, org.eclipse.rdf4j.model.Resource property, org.eclipse.rdf4j.model.BNode object, String[] path)
Adds a property path to the list of the extracted data.void
ExtractionResultImpl. addResourceRoot(String[] path, org.eclipse.rdf4j.model.Resource root, Class<? extends MicroformatExtractor> extractor)
void
TagSoupExtractionResult. addResourceRoot(String[] path, org.eclipse.rdf4j.model.Resource root, Class<? extends MicroformatExtractor> extractor)
Adds a root property to the extraction result, specifying also the path corresponding to the root of data which generated the property and the extractor responsible for such addition.Constructor parameters in org.apache.any23.extractor with type arguments of type MicroformatExtractor Constructor Description PropertyPath(String[] path, org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.Resource property, org.eclipse.rdf4j.model.BNode object, Class<? extends MicroformatExtractor> extractor)
ResourceRoot(String[] path, org.eclipse.rdf4j.model.Resource root, Class<? extends MicroformatExtractor> extractor)
-
Uses of MicroformatExtractor in org.apache.any23.extractor.html
Subclasses of MicroformatExtractor in org.apache.any23.extractor.html Modifier and Type Class Description class
AdrExtractor
Extractor for the adr microformat.class
EntityBasedMicroformatExtractor
Base class for microformat extractors based on entities.class
GeoExtractor
Extractor for the Geo microformat.class
HCalendarExtractor
Extractor for the hCalendar microformat.class
HCardExtractor
Extractor for the hCard microformat.class
HListingExtractor
Extractor for the hListing microformat.class
HRecipeExtractor
Extractor for the hRecipe microformat.class
HResumeExtractor
Extractor for the hResume microformat.class
HReviewAggregateExtractor
Extractor for the hReview-aggregate microformat.class
HReviewExtractor
Extractor for the hReview microformat.class
SpeciesExtractor
Extractor able to extract the Species Microformat.Method parameters in org.apache.any23.extractor.html with type arguments of type MicroformatExtractor Modifier and Type Method Description static boolean
MicroformatExtractor. includes(Class<? extends MicroformatExtractor> including, Class<? extends MicroformatExtractor> included)
This method checks if there is a native nesting relationship between twoMicroformatExtractor
. -
Uses of MicroformatExtractor in org.apache.any23.extractor.html.annotations
Methods in org.apache.any23.extractor.html.annotations that return types with arguments of type MicroformatExtractor Modifier and Type Method Description Class<? extends MicroformatExtractor>[]
extractors()
-
Uses of MicroformatExtractor in org.apache.any23.extractor.html.microformats2
Subclasses of MicroformatExtractor in org.apache.any23.extractor.html.microformats2 Modifier and Type Class Description class
HAdrExtractor
Extractor for the h-adr microformat.class
HCardExtractor
Extractor for the h-Card microformat.class
HEntryExtractor
Extractor for the h-entry microformat.class
HEventExtractor
Extractor for the h-event microformat.class
HGeoExtractor
Extractor for the h-geo microformat.class
HItemExtractor
Extractor for the h-item microformat.class
HProductExtractor
Extractor for the h-product microformat.class
HRecipeExtractor
Extractor for the hRecipe microformat.class
HResumeExtractor
Extractor for the hResume microformat. -
Uses of MicroformatExtractor in org.apache.any23.extractor.html.microformats2.annotations
Methods in org.apache.any23.extractor.html.microformats2.annotations that return types with arguments of type MicroformatExtractor Modifier and Type Method Description Class<? extends MicroformatExtractor>[]
extractors()
-