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 theExtractorAPI.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.annotations This package contains the annotations needed to describe the single nesting relations among different Microformats.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.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 voidExtractionResultImpl. 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)voidTagSoupExtractionResult. 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.voidExtractionResultImpl. addResourceRoot(String[] path, org.eclipse.rdf4j.model.Resource root, Class<? extends MicroformatExtractor> extractor)voidTagSoupExtractionResult. 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 classAdrExtractorExtractor for the adr microformat.classEntityBasedMicroformatExtractorBase class for microformat extractors based on entities.classGeoExtractorExtractor for the Geo microformat.classHCalendarExtractorExtractor for the hCalendar microformat.classHCardExtractorExtractor for the hCard microformat.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.classSpeciesExtractorExtractor 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 booleanMicroformatExtractor. 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 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 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()
-